部分弹窗点击遮罩才能删除

This commit is contained in:
禺狨 2023-03-15 09:51:16 +08:00
parent df5d31c976
commit 39c1ab2ee2

View File

@ -421,6 +421,14 @@ textarea.ant-input {
border-color: #ff4d4f; border-color: #ff4d4f;
} }
.ant-modal-confirm-btns > .ant-btn-primary {
background-color: #ff4d4f !important;
color: #fff;
&:hover {
opacity: 0.8;
}
}
.form-column { .form-column {
width: 1px; width: 1px;
height: 14px; height: 14px;