diff --git a/yudao-admin-vue3/src/components/DiyEditor/components/mobile/MenuGridTow/property.vue b/yudao-admin-vue3/src/components/DiyEditor/components/mobile/MenuGridTow/property.vue
index f127127..d12c10e 100644
--- a/yudao-admin-vue3/src/components/DiyEditor/components/mobile/MenuGridTow/property.vue
+++ b/yudao-admin-vue3/src/components/DiyEditor/components/mobile/MenuGridTow/property.vue
@@ -1,33 +1,34 @@
-
-
-
-
-
- 3个
- 4个
- 5个
-
-
+
+
+
+
-
-
-
-
-
- 建议尺寸:44 * 44
-
-
-
-
-
-
+
+
+
+
+
+
+ {{element.title}}
+
+
+
+
+
+
+
+
+
+
+
-
+
\ No newline at end of file
diff --git a/yudao-admin-vue3/src/components/DiyEditor/index.vue b/yudao-admin-vue3/src/components/DiyEditor/index.vue
index 6c64bfe..c01f6a9 100644
--- a/yudao-admin-vue3/src/components/DiyEditor/index.vue
+++ b/yudao-admin-vue3/src/components/DiyEditor/index.vue
@@ -69,10 +69,10 @@
-
+
diff --git a/yudao-admin-vue3/src/views/mall/promotion/diy/template/ThemeStyle.vue b/yudao-admin-vue3/src/views/mall/promotion/diy/template/ThemeStyle.vue
index 4fd0bc1..516a0cd 100644
--- a/yudao-admin-vue3/src/views/mall/promotion/diy/template/ThemeStyle.vue
+++ b/yudao-admin-vue3/src/views/mall/promotion/diy/template/ThemeStyle.vue
@@ -22,6 +22,14 @@
生鲜绿
+
+
@@ -37,6 +45,14 @@
+
+
+
+
+
+
@@ -66,6 +82,10 @@
setZtClass('lv')
}else if(currItem.value == 'blue'){
setZtClass('blue')
+ }else if(currItem.value == 'pink'){
+ setZtClass('pink')
+ }else if(currItem.value == 'orange'){
+ setZtClass('orange')
}else{
setZtClass('')
}
diff --git a/yudao-admin-vue3/src/views/mall/promotion/diy/template/decorate.vue b/yudao-admin-vue3/src/views/mall/promotion/diy/template/decorate.vue
index 4fa8d08..38d74c7 100644
--- a/yudao-admin-vue3/src/views/mall/promotion/diy/template/decorate.vue
+++ b/yudao-admin-vue3/src/views/mall/promotion/diy/template/decorate.vue
@@ -2,7 +2,7 @@
+ :preview-url="previewUrl" @save="submitForm" @reset="handleEditorReset" :showTabBar = "false">