mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
修复样式bug。
This commit is contained in:
parent
d5b043d4c3
commit
c689fd9e2b
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user