diff --git a/ui/src/styles/layout/element-plus-overload.scss b/ui/src/styles/layout/element-plus-overload.scss index 07fbd3ac977..43a0d9bcf93 100644 --- a/ui/src/styles/layout/element-plus-overload.scss +++ b/ui/src/styles/layout/element-plus-overload.scss @@ -108,15 +108,19 @@ } } - .el-input-file.custom-upload { font-size: var(--el-font-size-base); border-radius: var(--el-border-radius-base); border: 1px solid var(--ks-border-primary); white-space: nowrap; + form { + line-height: 27px; + } + .el-input__wrapper { background-color: transparent; + box-shadow: none; } label { diff --git a/ui/tests/storybook/theme/ShowCase.vue b/ui/tests/storybook/theme/ShowCase.vue index 77dea5121b0..2b7caa57318 100644 --- a/ui/tests/storybook/theme/ShowCase.vue +++ b/ui/tests/storybook/theme/ShowCase.vue @@ -1,5 +1,5 @@