Skip to content

Commit d6b726e

Browse files
committed
menu 三级菜单样式
1 parent e898695 commit d6b726e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

server/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ mysql:
5656
config: 'charset=utf8mb4&parseTime=True&loc=Local'
5757
db-name: 'qmPlus'
5858
username: 'root'
59-
password: 'Aa@6447985'
59+
password: 'root123'
6060
max-idle-conns: 10
6161
max-open-conns: 100
6262
log-mode: false

web/src/style/main.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,17 @@ li {
605605
}
606606
.is-active {
607607
background-color: #1890ff;
608+
// 关闭三级菜单二级菜单样式
609+
ul{
610+
border:none;
611+
}
612+
}
613+
// 关闭三级菜单二级菜单样式
614+
.is-active.is-opened{
615+
background-color: #191a23;
616+
ul{
617+
border:none;
618+
}
608619
}
609620
}
610621
}

0 commit comments

Comments
 (0)