mirror of
https://gitee.com/zhc02/timely_service.git
synced 2025-07-24 16:51:42 +08:00
19 lines
294 B
CSS
19 lines
294 B
CSS
.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;
|
|
}
|
|
|