Files
shopxo/public/static/admin/default/css/role.css

19 lines
370 B
CSS
Raw Normal View History

2022-01-23 18:30:56 +08:00
.tree-list li {
list-style-type: none;
}
.tree-list li .item-content {
border:1px dashed #ceecff;
background: #ddf2ff;
}
.tree-list li label,
.tree-list li label input[type="checkbox"] {
cursor: pointer;
margin: 0;
}
.tree-list li label input[type="checkbox"],
.tree-list li label span {
vertical-align: middle;
}
.list-find li label span {
font-weight: normal;
2020-06-14 23:10:36 +08:00
}