From 4b21f3a753b6f808b94095ed479a64d0f6f67b74 Mon Sep 17 00:00:00 2001 From: mtrun <1262327911@qq.com> Date: Mon, 28 Mar 2022 11:38:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E5=89=8D=E8=BF=9B?= =?UTF-8?q?=E5=90=8E=E9=80=80=E6=8C=89=E9=92=AE=EF=BC=8C=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E7=B2=98=E8=B4=B4=E7=9A=84=E4=BD=8D=E7=BD=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/LayoutHeader/index.vue | 26 +++++-- src/plugins/icon.ts | 12 ++- .../modules/chartEditStore/chartEditStore.ts | 4 +- src/views/chart/HeaderLeftBtn/index.vue | 76 ++++++++++++++++--- src/views/chart/hooks/useKeyboard.hook.ts | 2 +- 5 files changed, 95 insertions(+), 25 deletions(-) diff --git a/src/layout/components/LayoutHeader/index.vue b/src/layout/components/LayoutHeader/index.vue index dd63af9e..8b1bb397 100644 --- a/src/layout/components/LayoutHeader/index.vue +++ b/src/layout/components/LayoutHeader/index.vue @@ -1,15 +1,15 @@