优化简单二级导航

This commit is contained in:
2023-07-05 16:27:34 +08:00
parent 8453e20466
commit 43d245572d
3 changed files with 11 additions and 2 deletions

View File

@@ -2183,12 +2183,17 @@
padding: 6px 0;
color: #253647;
font-weight: 600;
white-space: break-spaces;
word-wrap: anywhere;
display: block;
}
.ul-nav-tree-2 .ul-nav-tree-2-item-title {
font-size: 14px;
color: #999;
padding-left: 15px;
line-height: 24px;
white-space: break-spaces;
word-wrap: anywhere;
}
.ul-nav-tree-2 .ul-nav-tree-2-item:hover .ul-nav-tree-2-item-title {
color: #6cf;

File diff suppressed because one or more lines are too long

View File

@@ -6,7 +6,9 @@
padding: 6px 0;
color: #253647;
font-weight: 600;
white-space: break-spaces;
word-wrap: anywhere;
display: block;
}
.ul-nav-tree-2-item-title {
@@ -14,6 +16,8 @@
color: #999;
padding-left: 15px;
line-height: 24px;
white-space: break-spaces;
word-wrap: anywhere;
}
.ul-nav-tree-2-item:hover .ul-nav-tree-2-item-title {