diff --git a/f/web-kboss/src/views/customer/ncApprove/index.vue b/f/web-kboss/src/views/customer/ncApprove/index.vue index 7cdcb29..e6c62ef 100644 --- a/f/web-kboss/src/views/customer/ncApprove/index.vue +++ b/f/web-kboss/src/views/customer/ncApprove/index.vue @@ -96,7 +96,7 @@ - + @@ -114,9 +114,11 @@ - - +
+ + +
@@ -151,10 +153,10 @@ 提交审批 - + @@ -281,10 +283,6 @@ export default { { required: true, message: '请输入移动电话', trigger: 'blur' }, { pattern: /^1[3-9]\d{9}$/, message: '请输入正确的手机号码', trigger: 'blur' } ], - email: [ - { required: true, message: '请输入邮箱地址', trigger: 'blur' }, - { type: 'email', message: '请输入正确的邮箱地址', trigger: 'blur' } - ], license_original_img: [ { required: true, @@ -310,7 +308,6 @@ export default { this.approveForm.license_number && this.approveForm.contact_name && this.approveForm.mobile_phone && - this.approveForm.email && this.approveForm.license_original_file; } }, @@ -705,6 +702,15 @@ width: 100%; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); } + .uploader-trigger{ + position: absolute; + inset: 0; + display: flex; + align-items: center; + justify-content: center; + width: 100%; + height: 100%; + } } .upload-tip { diff --git a/f/web-kboss/src/views/homePage/ncmatch/index.vue b/f/web-kboss/src/views/homePage/ncmatch/index.vue index 37cc88f..f254347 100644 --- a/f/web-kboss/src/views/homePage/ncmatch/index.vue +++ b/f/web-kboss/src/views/homePage/ncmatch/index.vue @@ -174,6 +174,8 @@ export default Vue.extend({ .search-box { width: 100%; margin-top: 15px; + margin: 45px 0; + margin-bottom: 25px; display: flex; flex-direction: column; align-items: center; diff --git a/f/web-kboss/src/views/homePage/ncmatch/mainPage/index.vue b/f/web-kboss/src/views/homePage/ncmatch/mainPage/index.vue index c273d0c..e5f7f5e 100644 --- a/f/web-kboss/src/views/homePage/ncmatch/mainPage/index.vue +++ b/f/web-kboss/src/views/homePage/ncmatch/mainPage/index.vue @@ -142,9 +142,6 @@ export default Vue.extend({ const userId = sessionStorage.getItem('userId'); return this.loginStateVuex || (userId !== null && userId !== 'null' && userId !== ''); }, - - - }, methods: { getHomepageProductCategory() { @@ -580,10 +577,11 @@ export default Vue.extend({ max-width: 1600px; margin: 20px auto; margin-top: 10px; + margin-bottom: 0; border-radius: 10px; overflow: visible; background-color: white; - height: 360px; + height: 320px; .content-wrapper { box-sizing: border-box; diff --git a/f/web-kboss/src/views/homePage/ncmatch/search/index.vue b/f/web-kboss/src/views/homePage/ncmatch/search/index.vue index 29456e7..e682532 100644 --- a/f/web-kboss/src/views/homePage/ncmatch/search/index.vue +++ b/f/web-kboss/src/views/homePage/ncmatch/search/index.vue @@ -2,7 +2,7 @@
-