From d6b726e8ca8c098874bc687e5d6f359b20ed5889 Mon Sep 17 00:00:00 2001 From: 1319612909 <1319612909@qq.com> Date: Mon, 16 Nov 2020 14:11:10 +0800 Subject: [PATCH] =?UTF-8?q?menu=20=E4=B8=89=E7=BA=A7=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/config.yaml | 2 +- web/src/style/main.scss | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/server/config.yaml b/server/config.yaml index b336c7cc..1d38f046 100644 --- a/server/config.yaml +++ b/server/config.yaml @@ -56,7 +56,7 @@ mysql: config: 'charset=utf8mb4&parseTime=True&loc=Local' db-name: 'qmPlus' username: 'root' - password: 'Aa@6447985' + password: 'root123' max-idle-conns: 10 max-open-conns: 100 log-mode: false diff --git a/web/src/style/main.scss b/web/src/style/main.scss index f7cd1eba..b849814e 100644 --- a/web/src/style/main.scss +++ b/web/src/style/main.scss @@ -605,6 +605,17 @@ li { } .is-active { background-color: #1890ff; + // 关闭三级菜单二级菜单样式 + ul{ + border:none; + } + } + // 关闭三级菜单二级菜单样式 + .is-active.is-opened{ + background-color: #191a23; + ul{ + border:none; + } } } } -- GitLab