From 8076d4b048ca3317ca23c85eec3703324f27e15b Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Wed, 30 Oct 2024 18:08:29 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E5=B5=8C=E5=85=A5?= =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9=E5=BC=B9=E5=87=BA=E5=B1=82=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../component/EmbedDialog.vue | 26 +++++++++++-------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/ui/src/views/application-overview/component/EmbedDialog.vue b/ui/src/views/application-overview/component/EmbedDialog.vue index 6c2190d84..be37645c7 100644 --- a/ui/src/views/application-overview/component/EmbedDialog.vue +++ b/ui/src/views/application-overview/component/EmbedDialog.vue @@ -14,8 +14,8 @@ {{ $t('views.applicationOverview.appInfo.EmbedDialog.fullscreenModeTitle') }}

-
-
+
+
{{ $t('views.applicationOverview.appInfo.EmbedDialog.copyInstructions') }} @@ -23,9 +23,11 @@
-
- {{ source1 }} -
+ +
+ {{ source1 }} +
+
@@ -35,8 +37,8 @@ {{ $t('views.applicationOverview.appInfo.EmbedDialog.floatingModeTitle') }}

-
-
+
+
{{ $t('views.applicationOverview.appInfo.EmbedDialog.copyInstructions') }} @@ -44,9 +46,11 @@
-
- {{ source2 }} -
+ +
+ {{ source2 }} +
+
@@ -118,7 +122,7 @@ defineExpose({ open }) font-weight: 400; font-size: 13px; white-space: pre; - height: 180px; + height: 188px; } }