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" > - - - - + + + + diff --git a/src/components/AppProvider/AppProvider.vue b/src/components/AppProvider/AppProvider.vue index 60fa281f..9f366da1 100644 --- a/src/components/AppProvider/AppProvider.vue +++ b/src/components/AppProvider/AppProvider.vue @@ -1,11 +1,11 @@ diff --git a/src/layout/components/TransitionMain/index.vue b/src/layout/components/TransitionMain/index.vue index e16e023e..a197a228 100644 --- a/src/layout/components/TransitionMain/index.vue +++ b/src/layout/components/TransitionMain/index.vue @@ -6,9 +6,9 @@ v-if="route.noKeepAlive" :is="Component" :key="route.fullPath" - /> + > - + diff --git a/src/layout/index.vue b/src/layout/index.vue index a97388e2..0704623a 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -1,5 +1,5 @@ diff --git a/src/views/project/layout/components/Sider/index.vue b/src/views/project/layout/components/Sider/index.vue index 1c5771e6..e04faf77 100644 --- a/src/views/project/layout/components/Sider/index.vue +++ b/src/views/project/layout/components/Sider/index.vue @@ -14,7 +14,7 @@
- +
diff --git a/src/views/project/mtTemplate/index.vue b/src/views/project/mtTemplate/index.vue index c6942b86..22ffd406 100644 --- a/src/views/project/mtTemplate/index.vue +++ b/src/views/project/mtTemplate/index.vue @@ -6,7 +6,7 @@ height="300" preview-disabled :src="requireErrorImg()" - /> + > 暂时还没有东西呢 diff --git a/src/views/project/templateMarket/index.vue b/src/views/project/templateMarket/index.vue index 8f766f51..fffc9e1b 100644 --- a/src/views/project/templateMarket/index.vue +++ b/src/views/project/templateMarket/index.vue @@ -1,7 +1,7 @@