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