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 | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/views/project/donationdetails/index.vue b/src/views/project/donationdetails/index.vue index bf69ebc..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); @@ -3378,6 +3379,7 @@ padding-right: 66px; } .boxdiv { + max-width:80vw; font-size: 18px; padding: 0 30px; padding-bottom: 10px; -- Gitblit v1.9.3