From 1521fcc529796b38c52fbc8460a2c6722ffecd7e Mon Sep 17 00:00:00 2001 From: xiaonuobase <1253070437@qq.com> Date: Mon, 3 Apr 2023 15:01:01 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=96=B0=E5=A2=9E=E3=80=91=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=B7=A6=E4=B8=8A=E8=A7=92=E6=8A=98=E5=8F=A0=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/layout/components/moduleMenu.vue | 18 ++---------- .../src/layout/components/userbar.vue | 12 -------- snowy-admin-web/src/layout/index.vue | 28 +++++++++++++------ snowy-admin-web/src/style/index.less | 11 ++++++++ 4 files changed, 33 insertions(+), 36 deletions(-) diff --git a/snowy-admin-web/src/layout/components/moduleMenu.vue b/snowy-admin-web/src/layout/components/moduleMenu.vue index d28414a1..af200b05 100644 --- a/snowy-admin-web/src/layout/components/moduleMenu.vue +++ b/snowy-admin-web/src/layout/components/moduleMenu.vue @@ -21,7 +21,7 @@ -
+
-
- -
+
@@ -123,18 +121,6 @@ color: white; font-size: 8px; } - .module-comp { - display: flex; - padding: 0 15px; - height: 49px; - text-align: center; - justify-content: center; - align-items: center; - cursor: pointer; - } - .module-comp:hover { - background: var(--header-color-split); - } .ant-menu-horizontal > .ant-menu-item::after, .ant-menu-horizontal > .ant-menu-submenu::after { content: none; diff --git a/snowy-admin-web/src/layout/components/userbar.vue b/snowy-admin-web/src/layout/components/userbar.vue index 50726abc..b41dc5fb 100644 --- a/snowy-admin-web/src/layout/components/userbar.vue +++ b/snowy-admin-web/src/layout/components/userbar.vue @@ -204,18 +204,6 @@ align-items: center; height: 100%; } - .user-bar .panel-item { - padding: 0 10px; - cursor: pointer; - height: 100%; - display: flex; - align-items: center; - } - .user-bar .panel-item i { - } - .user-bar .panel-item:hover { - background: var(--header-color-split); - } .user-bar .user-avatar { height: 49px; display: flex; diff --git a/snowy-admin-web/src/layout/index.vue b/snowy-admin-web/src/layout/index.vue index 2996be90..56f4fd8c 100644 --- a/snowy-admin-web/src/layout/index.vue +++ b/snowy-admin-web/src/layout/index.vue @@ -28,17 +28,21 @@ @select="onSelect" @openChange="onOpenChange" > - +
- +
+
+ + +
@@ -47,7 +51,7 @@
- +