分类、部门删除功能优化

This commit is contained in:
禺狨 2023-06-09 09:55:58 +08:00
parent f047fad55d
commit b5259a3815

View File

@ -519,16 +519,27 @@ textarea.ant-input {
position: relative; position: relative;
} }
.ant-modal-confirm-btns > .ant-btn-default:hover { .ant-modal-confirm-btns > .ant-btn-default {
color: #ff4d4f !important; outline: none;
border-color: #ff4d4f; box-shadow: none !important;
&:hover {
box-shadow: none !important;
color: #ff4d4f !important;
border-color: #ff4d4f;
outline: none;
}
} }
.ant-modal-confirm-btns > .ant-btn-primary { .ant-modal-confirm-btns > .ant-btn-primary {
border: none;
box-shadow: none !important;
background-color: #ff4d4f !important; background-color: #ff4d4f !important;
color: #fff; color: #fff;
outline: none;
&:hover { &:hover {
box-shadow: none !important;
opacity: 0.8; opacity: 0.8;
outline: none;
} }
} }
.ant-tree-treenode { .ant-tree-treenode {