将ul-nav-tree-2重构新架构并调整样式细节

This commit is contained in:
2023-07-05 16:21:35 +08:00
parent fc0b9f170d
commit 8453e20466
11 changed files with 193 additions and 172 deletions

View File

@@ -2178,6 +2178,23 @@
border-bottom: 1px solid #eee;
}
.ul-nav-tree-2 .ul-nav-tree-2-group-title {
font-size: 14px;
padding: 6px 0;
color: #253647;
font-weight: 600;
}
.ul-nav-tree-2 .ul-nav-tree-2-item-title {
font-size: 14px;
color: #999;
padding-left: 15px;
line-height: 24px;
}
.ul-nav-tree-2 .ul-nav-tree-2-item:hover .ul-nav-tree-2-item-title {
color: #6cf;
text-decoration: underline;
}
/* 链接导航开始 */
.ul-link-select {
display: flex;
@@ -2778,26 +2795,6 @@
top: 0px;
}
.ul-nav-tree-2-group-title {
font-size: 14px;
height: 32px;
line-height: 32px;
color: #253647;
font-weight: 600;
}
.ul-nav-tree-2-item-title {
font-size: 14px;
color: #999;
padding-left: 15px;
line-height: 24px;
}
.ul-nav-tree-2-item:hover .ul-nav-tree-2-item-title {
color: #6cf;
text-decoration: underline;
}
.ul-nav-card-item {
padding: 0 15px;
border: 1px solid #ddd;