mirror of
https://github.com/PlayEdu/backend
synced 2025-06-23 05:43:06 +08:00
tree悬浮颜色优化
This commit is contained in:
parent
2a290c8e9d
commit
52126882ee
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user