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 @@