From 3a9f68384f13afa7fbca3f040da393ce8f40a5cd Mon Sep 17 00:00:00 2001
From: MTrun <1262327911@qq.com>
Date: Mon, 14 Mar 2022 16:07:35 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E9=97=AD=E5=90=88?=
=?UTF-8?q?=E7=BB=84=E4=BB=B6=E4=B8=8D=E8=A7=84=E8=8C=83=E7=9A=84=E9=97=AE?=
=?UTF-8?q?=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/App.vue | 8 +-
src/components/AppProvider/AppProvider.vue | 6 +-
.../ChartItemSetting/CollapseItem.vue | 6 +-
.../ChartItemSetting/GlobalSetting.vue | 319 ++++++++++--------
.../ChartItemSetting/PositionSetting.vue | 9 +-
.../ChartItemSetting/SettingItem.vue | 2 +-
.../ChartItemSetting/SettingItemBox.vue | 2 +-
.../ChartItemSetting/SizeSetting.vue | 4 +-
.../ChartItemSetting/StylesSetting.vue | 10 +-
src/components/Doc/index.vue | 2 +-
src/components/LangSelect/index.vue | 2 +-
src/components/LoadingComponent/Skeleton.vue | 2 +-
src/components/LoadingComponent/index.ts | 2 +-
src/components/LoadingComponent/index.vue | 2 +-
src/components/MacOsControlBtn/index.vue | 2 +-
src/components/Skeleton/index.ts | 4 +-
src/components/Skeleton/index.vue | 12 +-
src/components/SystemSet/index.vue | 8 +-
.../ThemeColorSelect/components/ColorList.vue | 10 +-
src/components/ThemeColorSelect/index.vue | 10 +-
src/components/ThemeSelect/index.vue | 4 +-
src/components/UserInfo/index.vue | 6 +-
src/layout/components/Footer/index.ts | 3 -
src/layout/components/GoFooter/index.ts | 3 +
.../components/{Footer => GoFooter}/index.vue | 0
src/layout/components/GoHeader/index.ts | 3 +
.../components/{Header => GoHeader}/index.vue | 6 +-
src/layout/components/Header/index.ts | 3 -
src/layout/components/HeaderPro/index.vue | 8 +-
src/layout/components/Main/index.vue | 4 +-
.../components/TransitionMain/index.vue | 4 +-
src/layout/index.vue | 2 +-
src/layout/parentLayout.vue | 2 +-
.../Charts/Bars/BarCommon/config.vue | 31 +-
.../Charts/Bars/BarCommon/index.vue | 2 +-
.../Charts/Bars/BarCrossrange/config.vue | 6 +-
.../Charts/Bars/BarCrossrange/index.vue | 2 +-
.../Charts/Lines/LineCommon/config.vue | 12 +-
.../Charts/Lines/LineCommon/index.vue | 2 +-
.../Charts/Lines/LineGradientSingle/index.vue | 2 +-
.../Charts/Lines/LineGradients/index.vue | 2 +-
.../Charts/Pies/PieCommon/index.vue | 2 +-
src/plugins/customComponents.ts | 4 +-
src/views/chart/ContentBox/index.vue | 2 +-
.../components/OptionContent/index.vue | 4 +-
src/views/chart/ContentCharts/index.vue | 10 +-
.../components/ChartThemeColor/index.vue | 2 +-
.../components/CanvasPage/index.vue | 8 +-
.../components/ChartSetting/index.vue | 8 +-
.../chart/ContentConfigurations/index.vue | 2 +-
.../components/EditAlignLine/index.vue | 2 +-
.../components/EditBottom/index.vue | 12 +-
.../components/EditHistory/index.vue | 2 +-
.../components/EditRange/index.vue | 2 +-
.../components/EditShapeBox/index.vue | 6 +-
src/views/chart/ContentEdit/index.vue | 4 +-
.../components/ListItem/index.vue | 4 +-
src/views/chart/ContentLayers/index.vue | 4 +-
src/views/chart/HeaderLeftBtn/index.vue | 2 +-
src/views/chart/HeaderTitle/index.vue | 4 +-
src/views/chart/index.vue | 14 +-
src/views/login/index.vue | 18 +-
.../preview/components/RenderList/index.vue | 2 +-
src/views/preview/index.vue | 2 +-
src/views/project/index.vue | 6 +-
.../project/items/components/Card/index.vue | 10 +-
.../project/items/components/List/index.vue | 6 +-
.../items/components/ModalCard/index.vue | 8 +-
src/views/project/items/index.vue | 2 +-
.../layout/components/AsideFooter/index.vue | 10 +-
.../Create/components/CreateModal/index.vue | 4 +-
.../layout/components/Create/index.vue | 10 +-
.../project/layout/components/Header/index.ts | 4 +-
.../layout/components/Header/index.vue | 8 +-
.../project/layout/components/Sider/index.vue | 6 +-
src/views/project/mtTemplate/index.vue | 2 +-
src/views/project/templateMarket/index.vue | 2 +-
77 files changed, 395 insertions(+), 332 deletions(-)
delete mode 100644 src/layout/components/Footer/index.ts
create mode 100644 src/layout/components/GoFooter/index.ts
rename src/layout/components/{Footer => GoFooter}/index.vue (100%)
create mode 100644 src/layout/components/GoHeader/index.ts
rename src/layout/components/{Header => GoHeader}/index.vue (86%)
delete mode 100644 src/layout/components/Header/index.ts
diff --git a/src/App.vue b/src/App.vue
index 1b4dd833..ca86ca91 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -5,10 +5,10 @@
:date-locale="dateZhCN"
:theme-overrides="getThemeOverrides"
>
-