导出可拖拽功能
This commit is contained in:
@@ -13,6 +13,7 @@ body,
|
||||
}
|
||||
input {
|
||||
outline: none;
|
||||
border: 0.1rem solid #dcdfe6;
|
||||
}
|
||||
ul,
|
||||
li {
|
||||
@@ -617,6 +618,18 @@ li {
|
||||
border: solid 2px rgba(0, 0, 0, 0.55);
|
||||
color: #000000;
|
||||
}
|
||||
.modal_title_text {
|
||||
font-size: var(--aida-fsize2);
|
||||
font-weight: 900;
|
||||
color: rgba(0, 0, 0, 0.65);
|
||||
align-items: center;
|
||||
margin-bottom: calc(2rem*1.2);
|
||||
}
|
||||
.modal_title_text .modal_title_text_intro {
|
||||
font-size: var(--aida-fsize1-4);
|
||||
font-weight: 400;
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
}
|
||||
.collection_modal .ant-modal-body,
|
||||
.payOrder_modal .ant-modal-body,
|
||||
.design_detail_modal_component .ant-modal-body,
|
||||
@@ -625,28 +638,6 @@ li {
|
||||
.Export .ant-modal-body {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
.collection_modal .design_title_text,
|
||||
.payOrder_modal .design_title_text,
|
||||
.design_detail_modal_component .design_title_text,
|
||||
.designOpenrtion_modal .design_title_text,
|
||||
.library_page .design_title_text,
|
||||
.Export .design_title_text {
|
||||
font-size: var(--aida-fsize2);
|
||||
font-weight: 900;
|
||||
color: rgba(0, 0, 0, 0.65);
|
||||
align-items: center;
|
||||
margin-bottom: calc(2rem*1.2);
|
||||
}
|
||||
.collection_modal .design_title_text .design_title_text_intro,
|
||||
.payOrder_modal .design_title_text .design_title_text_intro,
|
||||
.design_detail_modal_component .design_title_text .design_title_text_intro,
|
||||
.designOpenrtion_modal .design_title_text .design_title_text_intro,
|
||||
.library_page .design_title_text .design_title_text_intro,
|
||||
.Export .design_title_text .design_title_text_intro {
|
||||
font-size: var(--aida-fsize1-4);
|
||||
font-weight: 400;
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
}
|
||||
.collection_modal .ant-upload.ant-upload-select-picture-card,
|
||||
.payOrder_modal .ant-upload.ant-upload-select-picture-card,
|
||||
.design_detail_modal_component .ant-upload.ant-upload-select-picture-card,
|
||||
@@ -722,18 +713,21 @@ li {
|
||||
}
|
||||
.design_detail_modal_component .ant-upload-list-picture-card-container,
|
||||
.designOpenrtion_modal .ant-upload-list-picture-card-container,
|
||||
.UpgradePlan_modal .ant-upload-list-picture-card-container {
|
||||
.UpgradePlan_modal .ant-upload-list-picture-card-container,
|
||||
.refund_reason .ant-upload-list-picture-card-container {
|
||||
display: none !important;
|
||||
}
|
||||
.design_detail_modal_component .ant-upload-picture-card-wrapper,
|
||||
.designOpenrtion_modal .ant-upload-picture-card-wrapper,
|
||||
.UpgradePlan_modal .ant-upload-picture-card-wrapper {
|
||||
.UpgradePlan_modal .ant-upload-picture-card-wrapper,
|
||||
.refund_reason .ant-upload-picture-card-wrapper {
|
||||
width: auto;
|
||||
vertical-align: top;
|
||||
}
|
||||
.design_detail_modal_component .subitOkPreviewBtn,
|
||||
.designOpenrtion_modal .subitOkPreviewBtn,
|
||||
.UpgradePlan_modal .subitOkPreviewBtn {
|
||||
.UpgradePlan_modal .subitOkPreviewBtn,
|
||||
.refund_reason .subitOkPreviewBtn {
|
||||
background-color: #38205b;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user