From 42745b19a1759b89ee1b56a7903975b72621994a Mon Sep 17 00:00:00 2001 From: 100011797 <2642441182@qq.com> Date: Thu, 6 Jul 2023 18:15:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Layout/components/NoticeInfo.vue | 4 +- .../system/Apply/Save/components/Does.vue | 32 ++++++++++----- .../system/Apply/Save/components/EditForm.vue | 41 ++++++++++++------- src/views/system/Apply/Save/index.vue | 34 ++++++++++----- 4 files changed, 74 insertions(+), 37 deletions(-) diff --git a/src/components/Layout/components/NoticeInfo.vue b/src/components/Layout/components/NoticeInfo.vue index 41fb3a44..9e41ecd2 100644 --- a/src/components/Layout/components/NoticeInfo.vue +++ b/src/components/Layout/components/NoticeInfo.vue @@ -16,7 +16,7 @@
- + @@ -180,6 +188,7 @@ const img5 = getImage('/apply/5.png'); .does-container { padding: 24px; overflow-y: auto; + height: 100%; color: rgba(#000, 0.8); font-size: 14px; background-color: #fafafa; @@ -188,6 +197,7 @@ const img5 = getImage('/apply/5.png'); padding: 8px 16px; color: #2f54eb; background-color: rgba(#a7bdf7, 0.2); + word-wrap: break-word; } h1 { diff --git a/src/views/system/Apply/Save/components/EditForm.vue b/src/views/system/Apply/Save/components/EditForm.vue index 761cb145..e8e949a3 100644 --- a/src/views/system/Apply/Save/components/EditForm.vue +++ b/src/views/system/Apply/Save/components/EditForm.vue @@ -67,6 +67,7 @@