修改样式

This commit is contained in:
augushong
2024-10-10 17:35:11 +08:00
parent b6cec2c630
commit 447d4e0bbb
3 changed files with 5 additions and 1 deletions

View File

@@ -2419,6 +2419,9 @@
word-wrap: anywhere;
display: block;
}
.ul-nav-tree-2 .ul-nav-tree-2-item {
cursor: pointer;
}
.ul-nav-tree-2 .ul-nav-tree-2-item.current .ul-nav-tree-2-item-title, .ul-nav-tree-2 .ul-nav-tree-2-item:hover .ul-nav-tree-2-item-title {
color: #6cf;
text-decoration: underline;

File diff suppressed because one or more lines are too long