From fd69caff946104af011853ccd11f6e17f5edefa5 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Mon, 23 Dec 2024 11:17:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=88=E5=92=8C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=83=A8=E5=88=86=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Account/frontPage/cancelRenewal.vue | 50 ++++------ src/component/HomePage/ExportModel.vue | 96 ++++++++++++++++++- src/component/mainPage/signUp/index.vue | 6 +- src/component/modules/liquefaction.vue | 24 +++++ src/lang/cn.ts | 11 +++ src/lang/en.ts | 11 +++ src/views/HomeMain.vue | 3 +- src/views/affiliate/affiliateRegister.vue | 2 +- 8 files changed, 164 insertions(+), 39 deletions(-) diff --git a/src/component/Account/frontPage/cancelRenewal.vue b/src/component/Account/frontPage/cancelRenewal.vue index 82b26f92..6838a7ac 100644 --- a/src/component/Account/frontPage/cancelRenewal.vue +++ b/src/component/Account/frontPage/cancelRenewal.vue @@ -3,15 +3,9 @@
- -
- - -
- - + +
@@ -62,20 +56,9 @@ export default defineComponent({ return store.state.UserHabit.userDetail }) let accountHomeData:any = reactive({ - currentState:{value:'income'}, //裁剪的原始文件数据 textareaValue:'', isShowMark:false, }) - let state:any = ref([ - { - label:useI18n().t('allOrder.Income'), - value:'income', - }, - { - label:useI18n().t('allOrder.Expend'), - value:'expend', - }, - ]) let renew = ref() const subscribe = ()=>{ renew.value.init() @@ -102,7 +85,6 @@ export default defineComponent({ return{ ...toRefs(accountHomeData), userDetail, - state, renew, subscribe, cancelSubscription, @@ -120,9 +102,7 @@ export default defineComponent({ >div{ display: flex; - justify-content: center; - align-items: flex-start; - height: 45rem; + flex-direction: column; align-items: center; &.no_renewal{ font-size: 2rem; @@ -130,18 +110,16 @@ export default defineComponent({ } } .cancel_box_item{ - border: 2px solid #000; - border-radius: 2rem; - padding: 3rem; - margin-right: 3rem; - width: 48rem; - height: 45rem; + margin-bottom: 3rem; + width: 100%; >.modal_title_text{ + margin: 0; >div{ font-weight: 600; } .modal_title_text_assistant{ margin-top: 1rem; + font-weight: 600; } } >.gallerySelect{ @@ -165,10 +143,11 @@ export default defineComponent({ } >.button_box{ display: flex; - justify-content: space-between; margin-top: 2.5rem; - >div{ - width: calc((100% - 1rem) / 2); + justify-content: flex-end; + >div:nth-child(1){ + margin-right: 1rem; + // width: calc((100% - 1rem) / 2); } } } @@ -178,7 +157,7 @@ export default defineComponent({ .cancel_box_item2{ .modal_title_text{ >div:nth-child(1){ - margin-bottom: 3.4rem; + margin-bottom: 2rem; } >div:nth-child(2){ margin-bottom: 1.5rem; @@ -194,6 +173,9 @@ export default defineComponent({ display: flex; } } + >div:nth-child(3){ + margin-bottom: 2rem; + } } .tips{ padding: 1.5rem 1rem; diff --git a/src/component/HomePage/ExportModel.vue b/src/component/HomePage/ExportModel.vue index 99a32e82..6e003e46 100644 --- a/src/component/HomePage/ExportModel.vue +++ b/src/component/HomePage/ExportModel.vue @@ -160,6 +160,23 @@ --> +
+ +
+
+
{{ item.name }}
+
+
{{ item.winDowKey }}
+ / +
{{ item.macKey }}
+
+
+
+
+ - + +
diff --git a/src/views/affiliate/affiliateRegister.vue b/src/views/affiliate/affiliateRegister.vue index d58b1802..40275c50 100644 --- a/src/views/affiliate/affiliateRegister.vue +++ b/src/views/affiliate/affiliateRegister.vue @@ -1,7 +1,7 @@