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

10 lines
168 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 .stretch {
cursor: pointer;
2018-12-28 18:58:37 +08:00
}