From 1a659d4a607c16a406d91b3ec0f5b65e1a8b176f Mon Sep 17 00:00:00 2001 From: MTrun <1262327911@qq.com> Date: Wed, 5 Jan 2022 20:52:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E9=A1=B6=E9=83=A8?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Header/index.vue | 7 ++- src/layout/components/HeaderPro/index.vue | 3 ++ src/plugins/icon.ts | 9 +++- .../chartLayoutStore/chartLayoutStore.d.ts | 20 +++++++ src/views/chart/index.vue | 8 +-- .../layout/components/HeaderLeftBtn/index.vue | 35 +++++++++++-- .../layout/components/HeaderTitle/index.ts | 3 ++ .../layout/components/HeaderTitle/index.vue | 52 +++++++++++++++++++ .../items/components/ModalCard/index.vue | 2 +- 9 files changed, 126 insertions(+), 13 deletions(-) create mode 100644 src/store/modules/chartLayoutStore/chartLayoutStore.d.ts create mode 100644 src/views/chart/layout/components/HeaderTitle/index.ts create mode 100644 src/views/chart/layout/components/HeaderTitle/index.vue diff --git a/src/layout/components/Header/index.vue b/src/layout/components/Header/index.vue index 5c6896ec..8d742f59 100644 --- a/src/layout/components/Header/index.vue +++ b/src/layout/components/Header/index.vue @@ -1,12 +1,15 @@ @@ -20,6 +21,7 @@ import { HeaderPro } from '@/layout/components/HeaderPro' import { HeaderLeftBtn } from './layout/components/HeaderLeftBtn/index' import { HeaderRightBtn } from './layout/components/HeaderRightBtn/index' +import { HeaderTitle } from './layout/components/HeaderTitle/index' diff --git a/src/views/chart/layout/components/HeaderTitle/index.ts b/src/views/chart/layout/components/HeaderTitle/index.ts new file mode 100644 index 00000000..19b5dbcb --- /dev/null +++ b/src/views/chart/layout/components/HeaderTitle/index.ts @@ -0,0 +1,3 @@ +import HeaderTitle from './index.vue' + +export { HeaderTitle } diff --git a/src/views/chart/layout/components/HeaderTitle/index.vue b/src/views/chart/layout/components/HeaderTitle/index.vue new file mode 100644 index 00000000..744f61a6 --- /dev/null +++ b/src/views/chart/layout/components/HeaderTitle/index.vue @@ -0,0 +1,52 @@ + + + diff --git a/src/views/project/items/components/ModalCard/index.vue b/src/views/project/items/components/ModalCard/index.vue index 95634dd2..e943c746 100644 --- a/src/views/project/items/components/ModalCard/index.vue +++ b/src/views/project/items/components/ModalCard/index.vue @@ -36,7 +36,7 @@