From e0b43109bcc9777e225f6005996010918cfd4952 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=A5=9E=E4=BB=99?= <615206459@qq.com>
Date: Thu, 26 Dec 2024 01:57:19 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E6=94=B9=E4=B8=BB=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
index.html | 2 +-
pnpm-lock.yaml | 10 +-
src/modules/base/components/icon/svg.vue | 1 -
.../base/pages/main/components/amenu.vue | 77 +++++++++++----
.../base/pages/main/components/process.vue | 2 +-
.../base/pages/main/components/route-nav.vue | 2 +-
.../base/pages/main/components/topbar.vue | 2 +-
.../base/pages/main/components/views.vue | 2 +-
src/modules/base/pages/main/index.vue | 2 +-
src/modules/base/static/css/index.scss | 2 +-
src/modules/base/static/svg/arc.svg | 3 +
src/modules/base/static/svg/expand.svg | 34 ++++++-
src/modules/base/static/svg/fold.svg | 18 +++-
.../base/views/user/components/dept-list.vue | 18 +---
src/modules/chat/components/index.vue | 4 +
.../views/home/components/category-ratio.vue | 6 +-
src/modules/helper/static/index.scss | 4 +
src/modules/helper/views/plugins/serve.vue | 4 +-
src/modules/helper/views/plugins/vue.vue | 94 +++++++++----------
src/modules/task/views/list.vue | 18 +---
src/plugins/crud/components/select/index.tsx | 11 ++-
src/plugins/theme/components/theme.vue | 33 +++----
src/plugins/theme/static/css/index.scss | 90 ++++++++++--------
src/plugins/view/components/group.vue | 71 ++++++++------
24 files changed, 307 insertions(+), 203 deletions(-)
create mode 100644 src/modules/base/static/svg/arc.svg
diff --git a/index.html b/index.html
index 529be85..ff7a1c4 100644
--- a/index.html
+++ b/index.html
@@ -109,7 +109,7 @@
.preload__loading::after,
.preload__loading::before {
- content: "";
+ content: '';
display: inline-block;
position: absolute;
bottom: -2px;
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index d79c13b..c557ca6 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -88,8 +88,8 @@ importers:
version: 0.18.5
devDependencies:
'@cool-vue/vite-plugin':
- specifier: ^7.2.4
- version: 7.2.4
+ specifier: ^7.2.5
+ version: 7.2.5
'@rushstack/eslint-patch':
specifier: ^1.10.4
version: 1.10.4
@@ -333,8 +333,8 @@ packages:
'@cool-vue/crud@7.2.5':
resolution: {integrity: sha512-+kvWAfz77jTDZqDfQPDsl2dzOeJs7TptOH/maBfwO3iyZcTaYBbcFEBpWG5vjaUeva8Fuo1rlmlr5q/OykuX7Q==}
- '@cool-vue/vite-plugin@7.2.4':
- resolution: {integrity: sha512-lRVoCHeOQ+ZYnpCbVtfTGafdQ/glpb9Nk4YydGseNjVoXLfeJBGkZx2xsHOt54fjlFQMWyi+k4Qo28Ymgigtsg==}
+ '@cool-vue/vite-plugin@7.2.5':
+ resolution: {integrity: sha512-2xMo11P+c7ugNxSPlH3mjBKL4OSfTb49iQlki+GwTzIBykbxG5bi0pt5k9qzkz29R0dOWHWjjGrT6RpNlYvzkg==}
'@ctrl/tinycolor@3.6.1':
resolution: {integrity: sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==}
@@ -3296,7 +3296,7 @@ snapshots:
- '@vue/composition-api'
- typescript
- '@cool-vue/vite-plugin@7.2.4':
+ '@cool-vue/vite-plugin@7.2.5':
dependencies:
'@vue/compiler-sfc': 3.5.13
axios: 1.7.9
diff --git a/src/modules/base/components/icon/svg.vue b/src/modules/base/components/icon/svg.vue
index 21065f0..f9b0f09 100644
--- a/src/modules/base/components/icon/svg.vue
+++ b/src/modules/base/components/icon/svg.vue
@@ -42,7 +42,6 @@ export default defineComponent({
.cl-svg {
width: 1em;
height: 1em;
- vertical-align: -0.15em;
fill: currentColor;
overflow: hidden;
}
diff --git a/src/modules/base/pages/main/components/amenu.vue b/src/modules/base/pages/main/components/amenu.vue
index d32860c..760e78f 100644
--- a/src/modules/base/pages/main/components/amenu.vue
+++ b/src/modules/base/pages/main/components/amenu.vue
@@ -8,8 +8,13 @@
>
-
-
+
+ {{ item.meta?.label }}
+
+
+
+
+
@@ -104,11 +109,12 @@ watch(