From b49d0d299f9f4022d3f48f748dfd07b19cb60fea Mon Sep 17 00:00:00 2001 From: discreted66 <953831480@qq.com> Date: Thu, 3 Apr 2025 15:51:16 -0700 Subject: [PATCH] =?UTF-8?q?fix:=E6=9A=97=E8=89=B2=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/sites/demos/mobile-first/app/input/mask.vue | 4 ---- packages/theme/src/input/index.less | 2 ++ packages/theme/src/upload-list/index.less | 6 +++++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/examples/sites/demos/mobile-first/app/input/mask.vue b/examples/sites/demos/mobile-first/app/input/mask.vue index ee4968cba2..8f79424e63 100644 --- a/examples/sites/demos/mobile-first/app/input/mask.vue +++ b/examples/sites/demos/mobile-first/app/input/mask.vue @@ -24,8 +24,4 @@ export default { .demo-input { width: 150px; } - -.demo-input > * { - margin-bottom: 10px; -} diff --git a/packages/theme/src/input/index.less b/packages/theme/src/input/index.less index dd27d74397..b9b0546e35 100644 --- a/packages/theme/src/input/index.less +++ b/packages/theme/src/input/index.less @@ -44,6 +44,7 @@ &.@{input-prefix-cls}__mask { color: #999; + padding-top: 10px; } } @@ -320,6 +321,7 @@ white-space: nowrap; flex: 1; margin-right: 16px; + padding-top: 10px; } } } diff --git a/packages/theme/src/upload-list/index.less b/packages/theme/src/upload-list/index.less index 4438cf699c..42623ea3c5 100644 --- a/packages/theme/src/upload-list/index.less +++ b/packages/theme/src/upload-list/index.less @@ -291,12 +291,16 @@ } &__icon-operationfaild { - fill: #f23030; + fill: var(--tv-UploadList-item-fail-text-color); margin-right: 8px; margin-left: 4px; font-size: 16px; } + &__text-desc { + line-height: 30px; + } + &__item-tooltip { display: flex; align-items: center;