From 9fb980599f96ccbf61bd46019411db2f13c70e57 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Wed, 11 Feb 2026 15:51:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E6=AD=A5=E9=AA=A4=E6=A0=87=E9=A2=98=E8=BF=87=E9=95=BF=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E9=94=99=E4=BD=8D=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pipeline/pipeline/component/task-form/index.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/packages/ui/certd-client/src/views/certd/pipeline/pipeline/component/task-form/index.vue b/packages/ui/certd-client/src/views/certd/pipeline/pipeline/component/task-form/index.vue index 242a2ccbe..667566d38 100644 --- a/packages/ui/certd-client/src/views/certd/pipeline/pipeline/component/task-form/index.vue +++ b/packages/ui/certd-client/src/views/certd/pipeline/pipeline/component/task-form/index.vue @@ -37,7 +37,7 @@
-

{{ element.title }}

+

{{ element.title }}

编辑 @@ -306,6 +306,9 @@ export default { justify-content: space-between; .text { display: flex; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; > * { margin: 0px; margin-right: 15px; @@ -314,9 +317,16 @@ export default { .action { display: flex; align-items: center; + flex-wrap: nowrap; + word-wrap: nowrap; + margin-left: 10px; > * { margin-right: 10px; font-size: 14px; + display: flex; + align-items: center; + flex-wrap: nowrap; + white-space: nowrap; } } }