树形菜单图标无法折叠问题
parent
20fb87ee0e
commit
3cdb3b554a
|
|
@ -1,9 +1,25 @@
|
||||||
.treeTable-icon i:last-child{
|
.treeTable-icon i:last-child{
|
||||||
display: none!important;
|
display: none!important;
|
||||||
}
|
}
|
||||||
.layui-icon-triangle-d:before {
|
|
||||||
content: "\e61a";
|
|
||||||
}
|
|
||||||
.treeTable-empty{
|
.treeTable-empty{
|
||||||
margin-left: 35px;
|
margin-left: -3px;
|
||||||
}
|
}
|
||||||
|
.treeTable-empty {
|
||||||
|
width: 20px;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.treeTable-icon {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.treeTable-icon .layui-icon-triangle-d:before {
|
||||||
|
content: "\e623";
|
||||||
|
}
|
||||||
|
|
||||||
|
.treeTable-icon.open .layui-icon-triangle-d:before {
|
||||||
|
content: "\e625";
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue