分类、部门删除功能优化

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;
}
.ant-modal-confirm-btns > .ant-btn-default:hover {
color: #ff4d4f !important;
border-color: #ff4d4f;
.ant-modal-confirm-btns > .ant-btn-default {
outline: none;
box-shadow: none !important;
&:hover {
box-shadow: none !important;
color: #ff4d4f !important;
border-color: #ff4d4f;
outline: none;
}
}
.ant-modal-confirm-btns > .ant-btn-primary {
border: none;
box-shadow: none !important;
background-color: #ff4d4f !important;
color: #fff;
outline: none;
&:hover {
box-shadow: none !important;
opacity: 0.8;
outline: none;
}
}
.ant-tree-treenode {