From 8f7f04ed8d961896e236b85554a7b35b113f5024 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Mon, 2 Sep 2024 10:30:25 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E5=AD=97=E4=BD=93=E7=AE=A1=E7=90=86=E6=90=9C=E7=B4=A2=E5=A4=B1?= =?UTF-8?q?=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/login/index.vue | 1 + core/core-frontend/src/views/system/font/index.vue | 10 ++++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/views/login/index.vue b/core/core-frontend/src/views/login/index.vue index bf1eace67c..03ac31f688 100644 --- a/core/core-frontend/src/views/login/index.vue +++ b/core/core-frontend/src/views/login/index.vue @@ -469,6 +469,7 @@ onMounted(async () => { font-style: normal; font-weight: 400; line-height: 20px; + word-wrap: break-word; } .demo-tips { diff --git a/core/core-frontend/src/views/system/font/index.vue b/core/core-frontend/src/views/system/font/index.vue index eb5ec28846..f522ebf2ed 100644 --- a/core/core-frontend/src/views/system/font/index.vue +++ b/core/core-frontend/src/views/system/font/index.vue @@ -1,5 +1,5 @@