From f4897c4ea21dac089a233206d4d3edaef71a1f29 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Sat, 12 Oct 2024 17:53:40 +0800 Subject: [PATCH] 1 --- src/layout/components/Navbar/index.vue | 15 +- src/layout/components/Sidebar/Item.vue | 8 +- src/layout/components/Sidebar/index.vue | 12 +- src/layout/index.vue | 11 -- src/main.js | 9 +- src/store/modules/user.js | 6 +- src/styles/index.scss | 5 +- src/styles/navbar.scss | 3 +- src/styles/sidebar-variables.scss | 27 ---- src/styles/variables.scss | 21 ++- src/views/login/index.vue | 129 ++++++++++-------- src/views/system/DashboardComponents/toDo.vue | 90 +++++++----- src/views/system/components/AddDepartment.vue | 2 +- src/views/system/components/AddUser.vue | 14 ++ src/views/system/components/ModuleAuth.vue | 35 ++++- .../system/components/ModuleAuthAddRole.vue | 60 ++++---- src/views/system/department.vue | 101 +++++++------- src/views/system/user.vue | 31 ++++- 18 files changed, 335 insertions(+), 244 deletions(-) delete mode 100644 src/styles/sidebar-variables.scss diff --git a/src/layout/components/Navbar/index.vue b/src/layout/components/Navbar/index.vue index c9f4065..923f0d1 100644 --- a/src/layout/components/Navbar/index.vue +++ b/src/layout/components/Navbar/index.vue @@ -1,5 +1,5 @@