mirror of
https://github.com/PlayEdu/backend
synced 2025-06-21 14:02:47 +08:00
分类、部门删除功能优化
This commit is contained in:
parent
f047fad55d
commit
b5259a3815
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user