mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-09 21:52:48 +08:00
优化简单二级导航
This commit is contained in:
@@ -2183,12 +2183,17 @@
|
|||||||
padding: 6px 0;
|
padding: 6px 0;
|
||||||
color: #253647;
|
color: #253647;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
white-space: break-spaces;
|
||||||
|
word-wrap: anywhere;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
.ul-nav-tree-2 .ul-nav-tree-2-item-title {
|
.ul-nav-tree-2 .ul-nav-tree-2-item-title {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #999;
|
color: #999;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
line-height: 24px;
|
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 {
|
.ul-nav-tree-2 .ul-nav-tree-2-item:hover .ul-nav-tree-2-item-title {
|
||||||
color: #6cf;
|
color: #6cf;
|
||||||
|
|||||||
2
public/cdn/layui-ul.min.css
vendored
2
public/cdn/layui-ul.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -6,7 +6,9 @@
|
|||||||
padding: 6px 0;
|
padding: 6px 0;
|
||||||
color: #253647;
|
color: #253647;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
white-space: break-spaces;
|
||||||
|
word-wrap: anywhere;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ul-nav-tree-2-item-title {
|
.ul-nav-tree-2-item-title {
|
||||||
@@ -14,6 +16,8 @@
|
|||||||
color: #999;
|
color: #999;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
|
white-space: break-spaces;
|
||||||
|
word-wrap: anywhere;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ul-nav-tree-2-item:hover .ul-nav-tree-2-item-title {
|
.ul-nav-tree-2-item:hover .ul-nav-tree-2-item-title {
|
||||||
|
|||||||
Reference in New Issue
Block a user