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;
- }