diff --git a/src/assets/style/style.css b/src/assets/style/style.css index 02c177d7..915daa2e 100644 --- a/src/assets/style/style.css +++ b/src/assets/style/style.css @@ -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; diff --git a/src/assets/style/style.less b/src/assets/style/style.less index cc3623dc..f9ba0b1e 100644 --- a/src/assets/style/style.less +++ b/src/assets/style/style.less @@ -12,12 +12,16 @@ html,body,#app{ --aida-fsize1-4: calc(1.4rem*1.2); } input{ - outline:none + outline:none; + outline: none; + border: .1rem solid #dcdfe6; } ul,li{ list-style: none; padding: 0; } +input:focus{ +} .page_content{ // width: 1440px; max-width: 100%; @@ -56,6 +60,8 @@ ul,li{ .ant-slider{ margin: 0; width: 12rem; + + .ant-slider-rail{ height: 0.6rem; @@ -721,24 +727,25 @@ ul,li{ color: rgba(0, 0, 0, 1); } } +.modal_title_text{ + font-size: var(--aida-fsize2); + font-weight: 900; + color: rgba(0,0,0,.65); + align-items: center; + margin-bottom: calc(2rem*1.2); + .modal_title_text_intro{ + font-size: var(--aida-fsize1-4); + font-weight: 400; + color: rgba(0,0,0,.45); + } +} //collection 弹窗 .collection_modal,.payOrder_modal,.design_detail_modal_component,.designOpenrtion_modal,.library_page,.Export{ .ant-modal-body{ overflow-y: hidden; } - .design_title_text{ - font-size: var(--aida-fsize2); - font-weight: 900; - color: rgba(0,0,0,.65); - align-items: center; - margin-bottom: calc(2rem*1.2); - .design_title_text_intro{ - font-size: var(--aida-fsize1-4); - font-weight: 400; - color: rgba(0,0,0,.45); - } - } + .ant-upload.ant-upload-select-picture-card{ background: #FFFFFF; width: calc(6rem*1.2); @@ -791,7 +798,7 @@ ul,li{ } } } -.design_detail_modal_component,.designOpenrtion_modal,.UpgradePlan_modal{ +.design_detail_modal_component,.designOpenrtion_modal,.UpgradePlan_modal,.refund_reason{ .ant-upload-list-picture-card-container{ display: none !important; } diff --git a/src/component/Detail/DesignDetail.vue b/src/component/Detail/DesignDetail.vue index 3271f1b3..41570a7b 100644 --- a/src/component/Detail/DesignDetail.vue +++ b/src/component/Detail/DesignDetail.vue @@ -11,9 +11,9 @@ :keyboard="false" :closable="false" > -
+
diff --git a/src/component/Detail/DesignPrintOperation.vue b/src/component/Detail/DesignPrintOperation.vue index 68be3558..e0082b40 100644 --- a/src/component/Detail/DesignPrintOperation.vue +++ b/src/component/Detail/DesignPrintOperation.vue @@ -13,7 +13,7 @@ :mask="true" >
-
+
diff --git a/src/component/Detail/DesignPrintOperationMobile.vue b/src/component/Detail/DesignPrintOperationMobile.vue index 03de1dc3..f5b4b02f 100644 --- a/src/component/Detail/DesignPrintOperationMobile.vue +++ b/src/component/Detail/DesignPrintOperationMobile.vue @@ -13,7 +13,7 @@ :mask="true" >
-
+
diff --git a/src/component/HomePage/ExportModel.vue b/src/component/HomePage/ExportModel.vue index b111c26b..d1e1c1ae 100644 --- a/src/component/HomePage/ExportModel.vue +++ b/src/component/HomePage/ExportModel.vue @@ -9,7 +9,6 @@ :keyboard="false" >
-
@@ -19,15 +18,36 @@
-->
- +
+
+ Canvas Title +
+ + +
+
+ +
+ +
+
export
+
- @@ -115,6 +343,29 @@ export default defineComponent({ .exportCanvasBox{ flex: 1; overflow-x: hidden; + display: flex; + margin-top: 2rem; + .exportCanvasBox_title{ + margin-bottom: 1rem; + font-size: 1.8rem; + font-weight: 600; + } + .exportCanvasBox_left{ + label{ + cursor: pointer; + display: flex; + div{ + width: 5rem; + } + input{ + width: 10em; + } + } + } + .exportCanvasBox_center{ + height: 100%; + overflow-x: hidden; + } .export_new_collection_review{ position: initial; margin: 10rem auto; @@ -141,6 +392,7 @@ export default defineComponent({ padding: calc(5rem*1.2) calc(5rem*1.2) !important; // height: calc(65vh - 6.4rem); height: calc(65rem*1.2); + background: #f9fafb; } //进度完成字体颜色 .ant-progress-circle.ant-progress-status-success .ant-progress-text{ diff --git a/src/component/Pay/payOrder.vue b/src/component/Pay/payOrder.vue index 7f930f1a..ff7a72f4 100644 --- a/src/component/Pay/payOrder.vue +++ b/src/component/Pay/payOrder.vue @@ -97,8 +97,9 @@ class="modal_component refund_reason" v-model:visible="showRefundReason" :footer="null" - width="30%" + width="50%" :maskClosable="false" + :mask="false" :centered="true" :closable="false" wrapClassName="#app" @@ -110,8 +111,31 @@
-->
+ +
+ + +
+
OK
+
+ +
@@ -350,11 +401,13 @@ export default defineComponent({ } } } -.refund_reason{ + +.modal_component.refund_reason{ .ant-modal-content { .ant-modal-body { // height: calc(65vh - 6.4rem); - height: calc(30rem * 1.2); + padding: 3rem; + height: calc(40rem * 1.2); } } @@ -514,4 +567,42 @@ export default defineComponent({ } } } +.refund_reason{ + .reason{ + height: calc(27rem * 1.2); + display: flex; + flex-direction: column; + padding: 0 3rem; + font-size: 1.6rem; + label{ + display: flex; + align-items: flex-start; + flex-direction: column; + overflow: hidden; + div{ + display: flex; + justify-content: center; + margin-bottom: 1rem; + } + input,span{ + cursor: pointer; + } + span{ + margin: 0 1rem; + } + textarea{ + flex: 1; + width: 100%; + outline-color:#767676; + resize: none; + } + textarea:focus-visible { + border-color: #767676; + } + } + } + .subitOkPreviewBtn{ + margin-top: 1rem; + } +} \ No newline at end of file diff --git a/src/tool/canvasDrawing.js b/src/tool/canvasDrawing.js new file mode 100644 index 00000000..e69de29b