Pear-Admin-Layui/component/pear/css/pear-module/treetable.css

26 lines
394 B
CSS
Raw Normal View History

2020-07-21 11:23:19 +00:00
.treeTable-icon i:last-child{
display: none!important;
}
2020-10-12 09:19:08 +00:00
2020-08-16 15:17:09 +00:00
.treeTable-empty{
2020-10-12 09:19:08 +00:00
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;
2020-08-16 15:17:09 +00:00
}
2020-10-12 09:19:08 +00:00