From 3915794ff03d97445f8508cfdfa1a86f30ec4dc3 Mon Sep 17 00:00:00 2001
From: sws <1141121512@qq.com>
Date: Thu, 26 Sep 2024 14:57:24 +0800
Subject: [PATCH] =?UTF-8?q?1.diy---=E7=BD=AE=E9=A1=B6=E5=BC=80=E5=8F=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
common/css/page.css | 3 ++
components/diy/article-tabs.vue | 44 +++++++++++++++++++++++-----
components/diy/goods-tabs.vue | 44 +++++++++++++++++++++++-----
components/diy/modules/tabs-view.vue | 9 ++++--
components/diy/tabs.vue | 25 ++--------------
5 files changed, 84 insertions(+), 41 deletions(-)
diff --git a/common/css/page.css b/common/css/page.css
index 43ba7165..43ed5f8e 100644
--- a/common/css/page.css
+++ b/common/css/page.css
@@ -196,6 +196,9 @@ button:before {
.oa {
overflow: auto;
}
+.ou {
+ overflow: unset !important;
+}
.dis-none {
display: none !important;
}
diff --git a/components/diy/article-tabs.vue b/components/diy/article-tabs.vue
index d699b44f..900f586c 100644
--- a/components/diy/article-tabs.vue
+++ b/components/diy/article-tabs.vue
@@ -1,7 +1,7 @@
-
-
+
+
@@ -9,9 +9,14 @@
-
+
diff --git a/components/diy/goods-tabs.vue b/components/diy/goods-tabs.vue
index 9922e966..466745fa 100644
--- a/components/diy/goods-tabs.vue
+++ b/components/diy/goods-tabs.vue
@@ -1,6 +1,6 @@
-
-
+
+
@@ -8,9 +8,14 @@
-
+
diff --git a/components/diy/modules/tabs-view.vue b/components/diy/modules/tabs-view.vue
index e0157cfe..55cafc88 100644
--- a/components/diy/modules/tabs-view.vue
+++ b/components/diy/modules/tabs-view.vue
@@ -1,7 +1,7 @@
-
-
+
+
@@ -70,6 +70,11 @@
type: String,
default: '0',
},
+ // 指定样式
+ propStyle: {
+ type: String,
+ default: '',
+ },
},
components: {
componentPopup,
diff --git a/components/diy/tabs.vue b/components/diy/tabs.vue
index e1a95db3..7b241689 100644
--- a/components/diy/tabs.vue
+++ b/components/diy/tabs.vue
@@ -1,18 +1,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
@@ -103,14 +92,4 @@
z-index: 101;
position: relative;
}
- .vs-hide {
- visibility: hidden;
- }
- .tabs-top {
- position: fixed;
- z-index: 101;
- left: 0;
- right: 0;
- top: 0;
- }