feat: 迁移简单地分割线导航

This commit is contained in:
augushong
2025-09-01 12:40:24 +08:00
parent ce93afbab2
commit d727f6a1a2
10 changed files with 61 additions and 39 deletions

View File

@@ -2652,6 +2652,19 @@
border-bottom: 1px solid #eee;
}
.ul-nav-link-item {
display: inline-block;
margin: 5px 0;
padding: 0 10px;
border: 1px solid transparent;
color: #333;
white-space: nowrap;
}
.ul-nav-link-item:not(:last-child) {
border-right-color: #666;
}
.ul-nav-min {
box-shadow: 2px 2px 5px #999;
padding: 5px;
@@ -3083,19 +3096,6 @@
white-space: nowrap;
}
.ul-nav-link-item {
display: inline-block;
margin: 5px 0;
padding: 0 10px;
border: 1px solid transparent;
color: #333;
white-space: nowrap;
}
.ul-nav-link-item:not(:last-child) {
border-right-color: #666;
}
.ul-group-title-2 {
background: #d2dbe0;
width: 84px;