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 @@ + + + + + + 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 @@ + + -
-
-
- +