From 415baa0763eaa6754db57642b91b9dcfe2dbfb80 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Wed, 30 Apr 2025 23:27:46 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E3=80=91=E5=BA=97=E9=93=BA=E8=A3=85=E4=BF=AE-=E9=A1=B6?= =?UTF-8?q?=E9=83=A8=E5=AF=BC=E8=88=AA=EF=BC=8C=E5=A2=9E=E5=8A=A0=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E5=9B=BE=E7=89=87=20750px=20=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/mobile/NavigationBar/property.vue | 11 ++++++++--- src/components/MagicCubeEditor/index.vue | 4 ++-- src/router/modules/remaining.ts | 4 ++-- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/src/components/DiyEditor/components/mobile/NavigationBar/property.vue b/src/components/DiyEditor/components/mobile/NavigationBar/property.vue index 17534cfa..654b3b21 100644 --- a/src/components/DiyEditor/components/mobile/NavigationBar/property.vue +++ b/src/components/DiyEditor/components/mobile/NavigationBar/property.vue @@ -29,7 +29,10 @@ - +
+ + 建议宽度:750 +
@@ -54,8 +58,9 @@ 预览 + 预览 + diff --git a/src/components/MagicCubeEditor/index.vue b/src/components/MagicCubeEditor/index.vue index 9b9a43cc..6af4ca4a 100644 --- a/src/components/MagicCubeEditor/index.vue +++ b/src/components/MagicCubeEditor/index.vue @@ -35,13 +35,13 @@ >
- {{ `${hotArea.width}×${hotArea.height}` }} + {{ `${hotArea.width}×${hotArea.height}` }} diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index d112713e..93b24c50 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -478,7 +478,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ title: '模板装修', noCache: true, hidden: true, - activeMenu: '/mall/promotion/diy/template' + activeMenu: '/mall/promotion/diy-template/diy-template' }, component: () => import('@/views/mall/promotion/diy/template/decorate.vue') }, @@ -489,7 +489,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ title: '页面装修', noCache: true, hidden: true, - activeMenu: '/mall/promotion/diy/page' + activeMenu: '/mall/promotion/diy-template/diy-page' }, component: () => import('@/views/mall/promotion/diy/page/decorate.vue') }