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 @@