Tree 样式优化,增大点击选中范围
This commit is contained in:
parent
48dd654ce7
commit
7c90a2afd5
|
@ -62,6 +62,7 @@
|
|||
}
|
||||
|
||||
&-itemLabel {
|
||||
display: flex;
|
||||
&:hover {
|
||||
background: $Tree-item-onHover-bg;
|
||||
}
|
||||
|
@ -223,6 +224,7 @@
|
|||
|
||||
&-itemText {
|
||||
cursor: pointer;
|
||||
flex: 1 auto;
|
||||
}
|
||||
|
||||
&-placeholder {
|
||||
|
|
Loading…
Reference in New Issue