From 6b6f1604e963fb75c1caec6d1259b72928f1001d Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Thu, 7 May 2026 23:01:42 +0800 Subject: [PATCH] =?UTF-8?q?style(ui):=20=E4=BF=AE=E5=A4=8D=E6=89=B9?= =?UTF-8?q?=E9=87=8F=E6=93=8D=E4=BD=9C=E5=8C=BA=E5=9F=9F=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E6=BA=A2=E5=87=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为批量操作区域添加 overflow-x-auto 和 whitespace-nowrap 样式,防止文本溢出 --- packages/ui/certd-client/src/views/certd/pipeline/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui/certd-client/src/views/certd/pipeline/index.vue b/packages/ui/certd-client/src/views/certd/pipeline/index.vue index 2164204d6..278d55fdf 100644 --- a/packages/ui/certd-client/src/views/certd/pipeline/index.vue +++ b/packages/ui/certd-client/src/views/certd/pipeline/index.vue @@ -35,8 +35,8 @@
-
- {{ t("certd.selectedCount", { count: selectedRowKeys.length }) }} +
+ {{ t("certd.selectedCount", { count: selectedRowKeys.length }) }}