mirror of
https://github.com/PlayEdu/backend
synced 2025-07-22 00:09:41 +08:00
树形组件悬浮样式优化
This commit is contained in:
parent
c94e91a8d0
commit
205efed0b7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user