From dd3075be56a08c1e10b20f48260546d2ad438510 Mon Sep 17 00:00:00 2001 From: roymondchen Date: Thu, 25 Aug 2022 16:23:56 +0800 Subject: [PATCH] =?UTF-8?q?feat(editor):=20=E5=8E=BB=E6=8E=89=E7=94=BB?= =?UTF-8?q?=E5=B8=83=E6=A0=B9=E6=8D=AE=E8=A7=86=E7=AA=97=E5=A4=A7=E5=B0=8F?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E8=B0=83=E6=95=B4=E7=BC=A9=E6=94=BE=E6=AF=94?= =?UTF-8?q?=E4=BE=8B=EF=BC=8C=E5=8A=A0=E4=B8=8A=E7=BC=A9=E6=94=BE=E5=88=B0?= =?UTF-8?q?=E5=AE=9E=E9=99=85=E5=A4=A7=E5=B0=8F/=E7=BC=A9=E6=94=BE?= =?UTF-8?q?=E4=BB=A5=E9=80=82=E5=BA=94=E8=8F=9C=E5=8D=95=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/editor/src/components/ToolButton.vue | 2 +- packages/editor/src/layouts/NavMenu.vue | 35 ++++++++++++++---- .../src/layouts/workspace/Workspace.vue | 8 +++++ packages/editor/src/services/ui.ts | 36 +++++++++---------- 4 files changed, 54 insertions(+), 27 deletions(-) diff --git a/packages/editor/src/components/ToolButton.vue b/packages/editor/src/components/ToolButton.vue index 123d3912..991bf95f 100644 --- a/packages/editor/src/components/ToolButton.vue +++ b/packages/editor/src/components/ToolButton.vue @@ -2,7 +2,7 @@