mirror of
https://github.com/PlayEdu/backend
synced 2025-07-22 12:39:36 +08:00
树形组件悬浮样式优化
This commit is contained in:
parent
c94e91a8d0
commit
205efed0b7
@ -341,6 +341,7 @@ textarea.ant-input {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
|
background-color: #f5f5f5 !important;
|
||||||
border-radius: 6px !important;
|
border-radius: 6px !important;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
@ -349,7 +350,9 @@ textarea.ant-input {
|
|||||||
height: 40px !important;
|
height: 40px !important;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
&:hover {
|
||||||
|
background-color: #f5f5f5 !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.ant-tree-switcher {
|
.ant-tree-switcher {
|
||||||
height: 40px !important;
|
height: 40px !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user