mirror of
https://github.com/PlayEdu/backend
synced 2025-06-29 03:12:31 +08:00
tree组件hover调整
This commit is contained in:
parent
3a1be89041
commit
c497da6947
@ -81,7 +81,7 @@ code {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.ml-24{
|
||||
.ml-24 {
|
||||
margin-left: 24px;
|
||||
}
|
||||
|
||||
@ -451,30 +451,30 @@ textarea.ant-input {
|
||||
border-radius: 6px !important;
|
||||
overflow: hidden;
|
||||
}
|
||||
.ant-tree-node-content-wrapper {
|
||||
width: 100% !important;
|
||||
height: 40px !important;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
&:hover {
|
||||
background-color: #fff2f0 !important;
|
||||
border-radius: 6px !important;
|
||||
overflow: hidden;
|
||||
.ant-tree-node-content-wrapper {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.ant-tree-node-content-wrapper-normal {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
}
|
||||
.ant-tree-node-content-wrapper-normal {
|
||||
width: 100% !important;
|
||||
height: 40px !important;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
&:hover {
|
||||
background-color: #fff2f0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.ant-tree-node-content-wrapper {
|
||||
width: 100% !important;
|
||||
height: 40px !important;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
&:hover {
|
||||
background-color: #fff2f0 !important;
|
||||
}
|
||||
}
|
||||
.ant-tree-switcher {
|
||||
height: 40px !important;
|
||||
display: flex;
|
||||
|
Loading…
x
Reference in New Issue
Block a user