From 5beaa84297e928bdcf5c532fd941d4dc7a5bf651 Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Sat, 31 Dec 2022 22:37:47 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20tailwindcss=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 3ab444012a3b3f81929830d5c73df8c68437cb87 --- src/components/Breadcrumb/index.vue | 12 +- src/components/Hamburger/index.vue | 9 +- src/components/LangSelect/index.vue | 8 +- src/components/Screenfull/index.vue | 2 +- src/components/SizeSelect/index.vue | 2 +- src/components/SvgIcon/index.vue | 1 - src/layout/components/AppMain.vue | 9 -- src/layout/components/Navbar.vue | 144 ++++++----------- src/layout/components/Settings/index.vue | 130 +++++++++------ src/layout/components/Sidebar/Logo.vue | 91 +++-------- src/layout/components/Sidebar/MixNav.vue | 153 ++++++++++++++++++ src/layout/components/Sidebar/SidebarItem.vue | 6 +- src/layout/components/TagsView/ScrollPane.vue | 2 +- src/layout/components/TagsView/index.vue | 137 +++++++--------- src/layout/index.vue | 9 +- src/settings.ts | 6 +- src/store/modules/app.ts | 5 +- src/store/modules/settings.ts | 33 ++-- src/views/system/menu/index.vue | 2 +- src/views/system/role/index.vue | 14 +- src/views/system/user/index.vue | 4 +- 21 files changed, 423 insertions(+), 356 deletions(-) create mode 100644 src/layout/components/Sidebar/MixNav.vue diff --git a/src/components/Breadcrumb/index.vue b/src/components/Breadcrumb/index.vue index 0b0b05f1..73231144 100644 --- a/src/components/Breadcrumb/index.vue +++ b/src/components/Breadcrumb/index.vue @@ -1,12 +1,15 @@