From 966bdf1b6ecbe29962cdb1f2f09985bd5ddd9079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Thu, 24 Feb 2022 00:22:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20Element=20Plus=20=E6=9C=80=E6=96=B0?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=9B=BD=E9=99=85=E5=8C=96=E5=92=8C=E9=9B=86?= =?UTF-8?q?=E6=88=90i18n=E6=8F=92=E4=BB=B6=E5=AE=9E=E7=8E=B0=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E5=9B=BD=E9=99=85=E5=8C=96(=E5=8C=85?= =?UTF-8?q?=E6=8B=AC=E5=8A=A8=E6=80=81=E8=B7=AF=E7=94=B1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 34 ++++-- src/components/Breadcrumb/index.vue | 111 +++++++++--------- src/components/LangSelect/index.vue | 48 ++++++++ src/components/RightPanel/index.vue | 7 +- src/components/ThemePicker/index.vue | 0 src/layout/components/Settings/index.vue | 7 -- src/layout/components/Sidebar/SidebarItem.vue | 14 ++- src/layout/components/TagsView/ScrollPane.vue | 1 - src/layout/components/TagsView/index.vue | 3 +- src/router/index.ts | 4 +- 10 files changed, 142 insertions(+), 87 deletions(-) create mode 100644 src/components/LangSelect/index.vue delete mode 100644 src/components/ThemePicker/index.vue diff --git a/src/App.vue b/src/App.vue index e27cab53..6872ead6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,16 +1,34 @@ - \ No newline at end of file diff --git a/src/components/RightPanel/index.vue b/src/components/RightPanel/index.vue index a90dece0..19bca0b6 100644 --- a/src/components/RightPanel/index.vue +++ b/src/components/RightPanel/index.vue @@ -2,8 +2,7 @@
- -
+
@@ -31,9 +30,7 @@ const props = defineProps({ } }) -const theme = computed(() => { - useSettingStoreHook().theme -}) +const theme = "" const show = ref(false) diff --git a/src/components/ThemePicker/index.vue b/src/components/ThemePicker/index.vue deleted file mode 100644 index e69de29b..00000000 diff --git a/src/layout/components/Settings/index.vue b/src/layout/components/Settings/index.vue index 2cc3539b..1f34f6e2 100644 --- a/src/layout/components/Settings/index.vue +++ b/src/layout/components/Settings/index.vue @@ -3,11 +3,6 @@

系统布局配置

-
- 主题色 - -
-
开启 Tags-View @@ -27,11 +22,9 @@