tree悬浮颜色优化

This commit is contained in:
禺狨 2023-03-14 09:43:15 +08:00
parent 2a290c8e9d
commit 52126882ee

View File

@ -365,7 +365,7 @@ textarea.ant-input {
overflow: hidden; overflow: hidden;
} }
&:hover { &:hover {
background-color: #f5f5f5 !important; background-color: #fff2f0 !important;
border-radius: 6px !important; border-radius: 6px !important;
overflow: hidden; overflow: hidden;
} }
@ -375,7 +375,7 @@ textarea.ant-input {
display: flex; display: flex;
align-items: center; align-items: center;
&:hover { &:hover {
background-color: #f5f5f5 !important; background-color: #fff2f0 !important;
} }
} }
@ -385,7 +385,7 @@ textarea.ant-input {
display: flex; display: flex;
align-items: center; align-items: center;
&:hover { &:hover {
background-color: #f5f5f5 !important; background-color: #fff2f0 !important;
} }
} }
.ant-tree-switcher { .ant-tree-switcher {