From 78e6ed64bf5ea5f12987f4c6a21f2634bfec8362 Mon Sep 17 00:00:00 2001 From: Junling Bu Date: Mon, 8 Apr 2019 23:02:56 +0800 Subject: [PATCH] =?UTF-8?q?chore[litemall-admin]:=20=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E4=B8=BB=E9=A2=98=E5=88=87=E6=8D=A2=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/ThemePicker/index.vue | 144 ------------------ .../src/views/layout/components/Navbar.vue | 10 +- 2 files changed, 1 insertion(+), 153 deletions(-) delete mode 100644 litemall-admin/src/components/ThemePicker/index.vue diff --git a/litemall-admin/src/components/ThemePicker/index.vue b/litemall-admin/src/components/ThemePicker/index.vue deleted file mode 100644 index e797d6c2..00000000 --- a/litemall-admin/src/components/ThemePicker/index.vue +++ /dev/null @@ -1,144 +0,0 @@ - - - - - diff --git a/litemall-admin/src/views/layout/components/Navbar.vue b/litemall-admin/src/views/layout/components/Navbar.vue index cad7e8de..a26eb359 100644 --- a/litemall-admin/src/views/layout/components/Navbar.vue +++ b/litemall-admin/src/views/layout/components/Navbar.vue @@ -15,9 +15,6 @@ - - - @@ -61,15 +58,13 @@ import Breadcrumb from '@/components/Breadcrumb' import Hamburger from '@/components/Hamburger' import Screenfull from '@/components/Screenfull' import SizeSelect from '@/components/SizeSelect' -import ThemePicker from '@/components/ThemePicker' export default { components: { Breadcrumb, Hamburger, Screenfull, - SizeSelect, - ThemePicker + SizeSelect }, computed: { ...mapGetters([ @@ -126,9 +121,6 @@ export default { .international{ vertical-align: top; } - .theme-switch { - vertical-align: 15px; - } .avatar-container { height: 50px; margin-right: 30px;