mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-09 21:52:48 +08:00
树形组件增加禁用
This commit is contained in:
@@ -531,6 +531,11 @@
|
||||
cursor : pointer;
|
||||
}
|
||||
|
||||
.ul-tree-item.disabled , .ul-tree-item.disabled .ul-tree-item{
|
||||
background-color: #eee;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.ul-tree-item-info {
|
||||
border-left: 3px solid transparent;
|
||||
padding : 8px 0;
|
||||
|
||||
Reference in New Issue
Block a user