From 699a19c829edae5cc1513588f73e263bda0b1673 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期五, 10 十一月 2023 17:34:42 +0800 Subject: [PATCH] 11 --- src/views/project/donationdetails/index.vue | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/project/donationdetails/index.vue b/src/views/project/donationdetails/index.vue index b51a3b4..209ef47 100644 --- a/src/views/project/donationdetails/index.vue +++ b/src/views/project/donationdetails/index.vue @@ -3067,7 +3067,8 @@ // this.submitForm(); this.GetAttacheddata(); } else { - this.$modal.msgWarning("璇峰厛瀹屾垚鍓嶉儴姝ラ"); + this.submitForm(); + // this.$modal.msgWarning("璇峰厛瀹屾垚鍓嶉儴姝ラ"); return; } console.log(this.form.workflow); @@ -3305,14 +3306,14 @@ height: 100%; .left-course { background: #fff; - width: 20%; + width: 25vw; text-align: center; margin: 20px 10px; padding: 10px; margin-top: 0; .postfilx { - width: 15%; + width: 15vw; text-align: center; margin: 20px 10px; padding: 10px; @@ -3378,6 +3379,7 @@ padding-right: 66px; } .boxdiv { + max-width:80vw; font-size: 18px; padding: 0 30px; padding-bottom: 10px; -- Gitblit v1.9.3