feat: 迁移附带说明垂直导航

This commit is contained in:
augushong
2025-09-01 12:28:43 +08:00
parent 7f85b125c6
commit ae1a945b7b
10 changed files with 98 additions and 121 deletions

View File

@@ -1,2 +1 @@
@import './ul-nav-tree';
@import './ul-nav-card-simple';

View File

@@ -1,30 +0,0 @@
/* 附带说明垂直导航 */
.ul-nav-tree {}
.ul-nav-tree-group-title {
font-size : 16px;
font-weight: 600;
line-height: 2;
}
.ul-nav-tree-item {
display : flex;
align-items: baseline;
cursor : pointer;
padding : 5px;
white-space: nowrap;
}
.ul-nav-tree-item.current .ul-nav-tree-item-title {
color: #6cf;
}
.ul-nav-tree-item-title {
font-size: 15px;
}
.ul-nav-tree-item-desc {
font-size : 14px;
color : #999;
margin-left: 15px;
}