diff --git a/src/views/user/beautiful-number-apply/components/applyHandle.vue b/src/views/user/beautiful-number-apply/components/applyHandle.vue index 8dfa16e..b7ebc14 100644 --- a/src/views/user/beautiful-number-apply/components/applyHandle.vue +++ b/src/views/user/beautiful-number-apply/components/applyHandle.vue @@ -10,13 +10,17 @@ v-loading="loading" :model="form" :rules="formRules" - label-width="80px" + label-width="40px" > @@ -57,7 +61,7 @@ export default { remark: "" }, formRules: { - remark: commonRules + // remark: commonRules } }; },