From db844a3ccb8bb12a66b701b69b7559c50a791605 Mon Sep 17 00:00:00 2001
From: sws <1141121512@qq.com>
Date: Mon, 21 Oct 2024 15:37:41 +0800
Subject: [PATCH] =?UTF-8?q?1.icon=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/common/tabs-view/index.vue | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/src/components/common/tabs-view/index.vue b/src/components/common/tabs-view/index.vue
index 18e63eab..882a0477 100644
--- a/src/components/common/tabs-view/index.vue
+++ b/src/components/common/tabs-view/index.vue
@@ -16,7 +16,7 @@
-
+
@@ -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;