From 35101bcfe7fb3a54c46f102a4ccb6646ca367981 Mon Sep 17 00:00:00 2001 From: lichunn <269031597@qq.com> Date: Tue, 1 Apr 2025 14:50:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=A4=9A=E4=B8=AA=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E4=B8=8B=EF=BC=8C=E8=AE=BE=E7=BD=AE=E9=BB=98=E8=AE=A4=E9=A1=B5?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E6=96=87=E6=9C=AC=E8=BF=87=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/plugins/page/src/PageGeneral.vue | 32 ++++++++++------------- 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/packages/plugins/page/src/PageGeneral.vue b/packages/plugins/page/src/PageGeneral.vue index 4782d5a230..1b72d59384 100644 --- a/packages/plugins/page/src/PageGeneral.vue +++ b/packages/plugins/page/src/PageGeneral.vue @@ -48,8 +48,8 @@
路由将以website.com开头 - website.com/ - {{ currentRoute }} + website.com/ + {{ currentRoute }}
@@ -64,13 +64,11 @@ placeholder="请选择默认跳转页" @change="changeDefaultPage" > -
- 访问/{{ currentRoute }}路由,默认跳转/{{ currentRoute }}/{{ pageSettingState?.defaultPage?.route }} +
+
访问
+ /{{ currentRoute }} +
路由,默认跳转
+ /{{ currentRoute }}/{{ pageSettingState?.defaultPage?.route }}
@@ -324,21 +322,19 @@ export default { color: var(--te-page-manage-tip-color); font-size: 12px; border-radius: 3px; - display: flex; - align-items: center; - height: 16px; margin-top: 4px; - .text { + width: 100%; + word-wrap: break-word; + height: auto; + line-height: 16px; + .tip-text { + width: 100%; color: var(--te-page-manage-tip-text-color); } - .text-dim { + .tip-text-dim { color: var(--te-page-manage-tip-dim-text-color); } } - .default-page { - height: auto; - line-height: 16px; - } }