mirror of
https://github.com/PlayEdu/backend
synced 2025-06-22 17:12:53 +08:00
tree悬浮颜色优化
This commit is contained in:
parent
2a290c8e9d
commit
52126882ee
@ -365,7 +365,7 @@ textarea.ant-input {
|
||||
overflow: hidden;
|
||||
}
|
||||
&:hover {
|
||||
background-color: #f5f5f5 !important;
|
||||
background-color: #fff2f0 !important;
|
||||
border-radius: 6px !important;
|
||||
overflow: hidden;
|
||||
}
|
||||
@ -375,7 +375,7 @@ textarea.ant-input {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
&:hover {
|
||||
background-color: #f5f5f5 !important;
|
||||
background-color: #fff2f0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
@ -385,7 +385,7 @@ textarea.ant-input {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
&:hover {
|
||||
background-color: #f5f5f5 !important;
|
||||
background-color: #fff2f0 !important;
|
||||
}
|
||||
}
|
||||
.ant-tree-switcher {
|
||||
|
Loading…
x
Reference in New Issue
Block a user