mirror of
https://github.com/PlayEdu/backend
synced 2025-07-23 11:49:39 +08:00
资源分类、部门点击展开
This commit is contained in:
parent
86d9a27b28
commit
3f9f6abf03
@ -416,8 +416,19 @@ textarea.ant-input {
|
||||
}
|
||||
}
|
||||
|
||||
.ant-tree-switcher{
|
||||
.ant-tree-switcher {
|
||||
padding-left: 4px;
|
||||
position: relative;
|
||||
}
|
||||
.ant-tree-switcher_open::before,
|
||||
.ant-tree-switcher_close::before {
|
||||
z-index: 100;
|
||||
content: "";
|
||||
position: absolute;
|
||||
right: -200px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.ant-modal-confirm-btns > .ant-btn-default:hover {
|
||||
|
Loading…
x
Reference in New Issue
Block a user