mirror of
https://github.com/PlayEdu/backend
synced 2025-06-22 22:12:45 +08:00
分类、部门删除功能优化
This commit is contained in:
parent
f047fad55d
commit
b5259a3815
@ -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 {
|
||||||
|
outline: none;
|
||||||
|
box-shadow: none !important;
|
||||||
|
&:hover {
|
||||||
|
box-shadow: none !important;
|
||||||
color: #ff4d4f !important;
|
color: #ff4d4f !important;
|
||||||
border-color: #ff4d4f;
|
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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user