diff --git a/src/components/ColorInput/index.vue b/src/components/ColorInput/index.vue
index abd083a1..63ff73cf 100644
--- a/src/components/ColorInput/index.vue
+++ b/src/components/ColorInput/index.vue
@@ -1,38 +1,18 @@
-
+
+
+
diff --git a/src/components/DiyEditor/components/mobile/MenuSwiper/property.vue b/src/components/DiyEditor/components/mobile/MenuSwiper/property.vue
new file mode 100644
index 00000000..2175d57e
--- /dev/null
+++ b/src/components/DiyEditor/components/mobile/MenuSwiper/property.vue
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+ 图标+文字
+ 仅图标
+
+
+
+
+ 1行
+ 2行
+
+
+
+
+ 3列
+ 4列
+ 5列
+
+
+
+ 菜单设置
+ 拖动左侧的小圆点可以调整顺序
+
+
+
+
+
+
+
+
+
+
+ 建议尺寸:98 * 98
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 添加菜单
+
+
+
+
+
+
+
+
+
diff --git a/src/components/DiyEditor/util.ts b/src/components/DiyEditor/util.ts
index 96dd4dbb..5ae0a93f 100644
--- a/src/components/DiyEditor/util.ts
+++ b/src/components/DiyEditor/util.ts
@@ -100,17 +100,13 @@ export const PAGE_LIBS = [
{
name: '基础组件',
extended: true,
- components: [
- 'SearchBar',
- 'NoticeBar',
- 'MenuSwiper',
- 'MenuGrid',
- 'MenuList',
- 'Divider',
- 'TitleBar'
- ]
+ components: ['SearchBar', 'NoticeBar', 'MenuSwiper', 'MenuGrid', 'MenuList']
+ },
+ {
+ name: '图文组件',
+ extended: true,
+ components: ['ImageBar', 'Carousel', 'TitleBar', 'VideoPlayer', 'Divider']
},
- { name: '图文组件', extended: true, components: ['ImageBar', 'Carousel', 'VideoPlayer'] },
{ name: '商品组件', extended: true, components: ['ProductCard'] },
{
name: '会员组件',
diff --git a/src/components/InputWithColor/index.vue b/src/components/InputWithColor/index.vue
index 1932fd58..2bc53172 100644
--- a/src/components/InputWithColor/index.vue
+++ b/src/components/InputWithColor/index.vue
@@ -1,13 +1,14 @@
-
+