[amis-saas-7408]:优化刷新动作配置,增加数据追加控制

Change-Id: If0cab922f8b40b092c22edfc865ceab09a2a83c2
This commit is contained in:
hsm-lv 2022-10-11 21:42:28 +08:00
parent 6b6061e145
commit 3298d19a20

View File

@ -337,12 +337,12 @@
li > div {
padding-left: #{px2rem(32px)};
}
li > div > div {
li > div {
&:hover {
background-color: var(--Tree-item-onHover-bg-pure);
}
}
li .is-checked > div {
& > li .is-checked {
background: var(--Tree-item-onChekced-bg);
&:hover {
background-color: var(--Tree-item-onChekced-bg) !important;