diff --git a/src/components/model-binding/components/goods-index.vue b/src/components/model-binding/components/goods-index.vue
index 42570972..65320311 100644
--- a/src/components/model-binding/components/goods-index.vue
+++ b/src/components/model-binding/components/goods-index.vue
@@ -81,9 +81,6 @@
-
diff --git a/src/components/model-binding/index.vue b/src/components/model-binding/index.vue
index a7ce60dc..3cdf86a7 100644
--- a/src/components/model-binding/index.vue
+++ b/src/components/model-binding/index.vue
@@ -65,7 +65,6 @@
-
-
- {{ form.is_default_show_goods == '1' ? '收起' : '展开'}}组合商品
-
+ {{ form.is_default_show_goods == '1' ? '收起' : '展开'}}组合商品
+
@@ -525,12 +523,4 @@ watchEffect(() => {
width: 100%;
height: 100%;
}
-.expand-retract {
- font-weight: 400;
- font-size: 12px;
- color: #999999;
- line-height: 17px;
- text-align: left;
- font-style: normal;
-}
diff --git a/src/components/model-binding/model-binding-styles.vue b/src/components/model-binding/model-binding-styles.vue
index 68a2b3d7..6302c958 100644
--- a/src/components/model-binding/model-binding-styles.vue
+++ b/src/components/model-binding/model-binding-styles.vue
@@ -74,6 +74,12 @@
底部按钮样式
+
+
+
+
+
+
diff --git a/src/config/const/binding.ts b/src/config/const/binding.ts
index 8f173696..69798316 100644
--- a/src/config/const/binding.ts
+++ b/src/config/const/binding.ts
@@ -149,6 +149,11 @@ interface defaultRealstore {
interval_time: number;
rolling_fashion: string;
goods_content_style: object,
+ bottom_button_color: string,
+ bottom_button_typeface: string,
+ bottom_button_size: number,
+ bottom_button_icon_color: string,
+ bottom_button_icon_size: number,
bottom_button_style: object,
common_style: object;
};
@@ -416,14 +421,12 @@ const defaultRealstore: defaultRealstore = {
box_shadow_y: 0,
box_shadow_blur: 0,
box_shadow_spread: 0,
- // outer_margin: {
- // margin: 0,
- // margin_top: 10,
- // margin_bottom: 10,
- // margin_left: 0,
- // margin_right: 0,
- // }
},
+ bottom_button_color: '#999999',
+ bottom_button_typeface: '400',
+ bottom_button_size: 12,
+ bottom_button_icon_color: '#999999',
+ bottom_button_icon_size: 12,
bottom_button_style: {
color_list: [{ color: '#fff', color_percentage: undefined }],
direction: '180deg',