commit
This commit is contained in:
@@ -15,7 +15,6 @@ li {
|
||||
padding: 0;
|
||||
}
|
||||
.page_content {
|
||||
width: 1440px;
|
||||
max-width: 100%;
|
||||
height: 100%;
|
||||
margin: 0 auto;
|
||||
@@ -175,6 +174,19 @@ li {
|
||||
.operate_file_block .select_img_type .category_list .category_item:hover {
|
||||
background: linear-gradient(-137deg, #eeefdb, #e7dbed);
|
||||
}
|
||||
.ant-modal-root .ant-modal-wrap .ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn:hover {
|
||||
color: #39215b;
|
||||
border-color: #39215b;
|
||||
}
|
||||
.ant-modal-root .ant-modal-wrap .ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn-primary {
|
||||
background: #39215b;
|
||||
border-color: #39215b;
|
||||
}
|
||||
.ant-modal-root .ant-modal-wrap .ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn-primary:hover {
|
||||
color: #fff;
|
||||
border-color: #543087;
|
||||
background: #543087;
|
||||
}
|
||||
.pin_block {
|
||||
text-align: center;
|
||||
margin-top: 0.5rem;
|
||||
|
||||
Reference in New Issue
Block a user