@@ -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
@@ -605,6 +605,17 @@ li {
}
.is-active {
background-color: #1890ff;
+ // 关闭三级菜单二级菜单样式
+ ul{
+ border:none;
+ }
+ .is-active.is-opened{
+ background-color: #191a23;