Tree 样式优化,增大点击选中范围

This commit is contained in:
2betop 2020-02-28 13:23:17 +08:00
parent 48dd654ce7
commit 7c90a2afd5
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,7 @@
}
&-itemLabel {
display: flex;
&:hover {
background: $Tree-item-onHover-bg;
}
@ -223,6 +224,7 @@
&-itemText {
cursor: pointer;
flex: 1 auto;
}
&-placeholder {