From 3aaed0c04b397e3528eeb45581f5673fa0711587 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Sat, 19 Oct 2024 18:49:59 +0800 Subject: [PATCH 1/8] =?UTF-8?q?1.=E6=9B=B4=E6=96=B0=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E7=9A=84=E5=9C=86=E8=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/drag-group/index.vue | 2 +- src/components/common/upload/index.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/common/drag-group/index.vue b/src/components/common/drag-group/index.vue index 9ae7c80d..469e4233 100644 --- a/src/components/common/drag-group/index.vue +++ b/src/components/common/drag-group/index.vue @@ -4,7 +4,7 @@ diff --git a/src/components/common/upload/index.vue b/src/components/common/upload/index.vue index 8d520aed..4d676268 100644 --- a/src/components/common/upload/index.vue +++ b/src/components/common/upload/index.vue @@ -178,19 +178,19 @@ - + @@ -103,10 +103,9 @@ const icon_tabs_check = () => { .tabs-container { .tabs { max-width: 39rem; - min-height: 2.9rem; + min-height: 3rem; .item { - padding: 0 0 0.5rem 0; - // margin: 0 1rem; + padding: 0 0 0.8rem 0; position: relative; &:first-of-type { margin-left: 0; @@ -132,14 +131,14 @@ const icon_tabs_check = () => { position: absolute; left: 0; right: 0; - bottom: 0; + bottom: 0.4rem; display: none; } .icon { position: absolute; left: 0; right: 0; - bottom: -0.6rem; + bottom: 0; text-align: center; font-size: 2rem; display: none; @@ -159,7 +158,7 @@ const icon_tabs_check = () => { } .tabs-bottom-line-theme { opacity: 0.6; - bottom: 0.8rem; + bottom: 1.2rem; z-index: 0; height: 0.6rem; border-radius: 0; @@ -191,7 +190,7 @@ const icon_tabs_check = () => { } } &.tabs-style-4 { - padding-bottom: 0.8rem; + padding-bottom: 1.2rem; &.active { .title { color: #ff2222;