From 41c55c1f103658b997f7a828a7067bdb228f1df0 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 04 十月 2022 23:35:10 +0800
Subject: [PATCH] 2022-10-04

---
 src/pc/components/navbar/normal-navbar/index.scss |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/pc/components/navbar/normal-navbar/index.scss b/src/pc/components/navbar/normal-navbar/index.scss
index f099ebb..5882cf7 100644
--- a/src/pc/components/navbar/normal-navbar/index.scss
+++ b/src/pc/components/navbar/normal-navbar/index.scss
@@ -9,7 +9,7 @@
   background-repeat: no-repeat;
   background-size: cover;
   min-height: 50px;
-  z-index: 2;
+  z-index: 3;
   
   .navbar-wrap {
     margin: 0 auto;
@@ -40,6 +40,9 @@
         .ant-menu-item:hover, .ant-menu-item-active, .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open, .ant-menu-submenu-active, .ant-menu-submenu-title:hover {
           color: unset;
         }
+        .ant-menu-item span {
+          display: inline-block;
+        }
       }
       .ant-menu-horizontal > .ant-menu-item:hover, .ant-menu-horizontal > .ant-menu-submenu:hover, .ant-menu-horizontal > .ant-menu-item-active, .ant-menu-horizontal > .ant-menu-submenu-active, .ant-menu-horizontal > .ant-menu-item-open, .ant-menu-horizontal > .ant-menu-submenu-open, .ant-menu-horizontal > .ant-menu-item-selected, .ant-menu-horizontal > .ant-menu-submenu-selected {
         color: unset;
@@ -49,6 +52,10 @@
       flex: 1;
       display: inline-block;
       text-align: right;
+      color: inherit;
+      button {
+        color: inherit;
+      }
     }
   }
   .card-control {
@@ -126,7 +133,6 @@
   clear: both;
 }
 .normal-navbar-edit-box:hover {
-  z-index: 1;
   box-shadow: 0px 0px 4px #1890ff;
 }
 .top-menu-popover {

--
Gitblit v1.8.0