diff --git a/src/components/base/radius/index.vue b/src/components/base/radius/index.vue
index 1c4dacc1..2f17e72c 100644
--- a/src/components/base/radius/index.vue
+++ b/src/components/base/radius/index.vue
@@ -96,19 +96,19 @@ onBeforeMount(() => {
// 判断是否相等,如果不相等,就展开
const flag = areAllEqual(form.value.radius_top_left, form.value.radius_top_right, form.value.radius_bottom_left, form.value.radius_bottom_right);
if (!flag) {
- icon_event('unified');
+ icon_event('margin');
}
});
const icon_data = reactive({
- name: 'unified',
+ name: 'margin',
title: '独个'
});
const icon_event = (name: string) => {
- if (name == 'unified') {
+ if (name == 'margin') {
icon_data.name = 'alone';
icon_data.title = '统一';
} else {
- icon_data.name = 'unified';
+ icon_data.name = 'margin';
icon_data.title = '独个';
}
}
diff --git a/src/components/common/background-common/index.vue b/src/components/common/background-common/index.vue
index 37f9f57c..1a89af88 100644
--- a/src/components/common/background-common/index.vue
+++ b/src/components/common/background-common/index.vue
@@ -7,7 +7,7 @@
-
+
diff --git a/src/components/common/data-tabs-common/goods/goods-content.vue b/src/components/common/data-tabs-common/goods/goods-content.vue
new file mode 100644
index 00000000..d130fe4f
--- /dev/null
+++ b/src/components/common/data-tabs-common/goods/goods-content.vue
@@ -0,0 +1,168 @@
+
+
+
+
+ {{ item.name }}
+
+
+
+
+ 单列展示
+ 两列展示
+ 三列展示
+ 四列展示
+
+
+
+
+
+
+
+ 角标设置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/common/data-tabs-common/goods/goods-style.vue b/src/components/common/data-tabs-common/goods/goods-style.vue
new file mode 100644
index 00000000..a9589208
--- /dev/null
+++ b/src/components/common/data-tabs-common/goods/goods-style.vue
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/common/div-content/index.vue b/src/components/common/div-content/index.vue
index b0d7da48..6ec33899 100644
--- a/src/components/common/div-content/index.vue
+++ b/src/components/common/div-content/index.vue
@@ -78,6 +78,10 @@
+
+
+
+
diff --git a/src/components/model-article-tabs/model-article-tabs-content.vue b/src/components/model-article-tabs/model-article-tabs-content.vue
index d6778217..cf857fa8 100644
--- a/src/components/model-article-tabs/model-article-tabs-content.vue
+++ b/src/components/model-article-tabs/model-article-tabs-content.vue
@@ -39,7 +39,7 @@
-
+
文本
diff --git a/src/components/model-data-tabs/index.vue b/src/components/model-data-tabs/index.vue
new file mode 100644
index 00000000..14b0bc7d
--- /dev/null
+++ b/src/components/model-data-tabs/index.vue
@@ -0,0 +1,89 @@
+
+
+
+
+
diff --git a/src/components/model-data-tabs/model-data-tabs-content.vue b/src/components/model-data-tabs/model-data-tabs-content.vue
new file mode 100644
index 00000000..e0897413
--- /dev/null
+++ b/src/components/model-data-tabs/model-data-tabs-content.vue
@@ -0,0 +1,205 @@
+
+
+
+
+
+
+ 选项卡设置
+
+
+
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+ 选项卡设置
+
+
+
+
+
+
+
+ 文本
+ 图片/图标
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 商品
+ 文章
+ 自定义
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+添加
+
+
+
+
+
+ 角标设置
+
+
+
+
+
+
diff --git a/src/components/model-data-tabs/model-data-tabs-setting.vue b/src/components/model-data-tabs/model-data-tabs-setting.vue
new file mode 100644
index 00000000..a70386df
--- /dev/null
+++ b/src/components/model-data-tabs/model-data-tabs-setting.vue
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/model-data-tabs/model-data-tabs-styles.vue b/src/components/model-data-tabs/model-data-tabs-styles.vue
new file mode 100644
index 00000000..1ac32643
--- /dev/null
+++ b/src/components/model-data-tabs/model-data-tabs-styles.vue
@@ -0,0 +1,196 @@
+
+
+
+
+ 选项卡样式
+
+
+ 样式一
+ 样式二
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 内容样式
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/model-goods-list/model-goods-list-styles.vue b/src/components/model-goods-list/model-goods-list-styles.vue
index 4006b57c..c0d7756b 100644
--- a/src/components/model-goods-list/model-goods-list-styles.vue
+++ b/src/components/model-goods-list/model-goods-list-styles.vue
@@ -89,8 +89,8 @@
-
+
轮播设置
@@ -108,14 +108,14 @@
-
-
+
+
购物车按钮
@@ -132,10 +132,12 @@
-
-
+
+
+
+