修复样式bug。

This commit is contained in:
tengge1 2019-03-22 20:05:19 +08:00
parent d5b043d4c3
commit c689fd9e2b

View File

@ -494,6 +494,7 @@ ul.Tree {
ul.Tree .Node {
line-height: 24px;
box-sizing: border-box;
}
ul.Tree .Node.selected {
@ -513,7 +514,7 @@ ul.Tree .Node.dragBottom {
}
ul.Tree .Node a {
width: 160px;
width: calc(100% - 16px);
color: rgba(0, 0, 0, 0.5);
text-decoration: none;
pointer-events: none;