新增导航组件

This commit is contained in:
augushong
2021-03-29 13:07:22 +08:00
parent 93be540b54
commit 50518ff011
3 changed files with 59 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
/* 列表开始 */
.ul-nav-tree {
border-right: 1px solid #bbb;
}
.ul-nav-tree-group-title{
@@ -17,6 +17,10 @@
white-space: nowrap;
}
.ul-nav-tree-item.current .ul-nav-tree-item-title{
color: #6cf;
}
.ul-nav-tree-item-title {
font-size: 15px;
@@ -48,6 +52,10 @@
background-position: center;
}
.ul-border-right{
border-right: 1px solid #bbb;
}
/* 通用类结束 */
/* 用户头像开始 */