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 @@
- +