树形组件悬浮样式优化

This commit is contained in:
禺狨 2023-03-13 11:43:14 +08:00
parent c94e91a8d0
commit 205efed0b7

View File

@ -341,6 +341,7 @@ textarea.ant-input {
overflow: hidden;
}
&:hover {
background-color: #f5f5f5 !important;
border-radius: 6px !important;
overflow: hidden;
}
@ -349,7 +350,9 @@ textarea.ant-input {
height: 40px !important;
display: flex;
align-items: center;
&:hover {
background-color: #f5f5f5 !important;
}
}
.ant-tree-switcher {
height: 40px !important;