资源分类、部门点击展开

This commit is contained in:
禺狨 2023-03-15 10:45:46 +08:00
parent 86d9a27b28
commit 3f9f6abf03

View File

@ -418,6 +418,17 @@ textarea.ant-input {
.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 {