From 7f37df42274e657892d92e868ceac67e139f3bf2 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Tue, 17 Mar 2026 14:53:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E8=AF=81=E4=B9=A6=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=E9=94=99?= =?UTF-8?q?=E4=BD=8D=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ui/certd-client/src/views/certd/pipeline/cert-view.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/ui/certd-client/src/views/certd/pipeline/cert-view.vue b/packages/ui/certd-client/src/views/certd/pipeline/cert-view.vue index 555171342..9713bf9e2 100644 --- a/packages/ui/certd-client/src/views/certd/pipeline/cert-view.vue +++ b/packages/ui/certd-client/src/views/certd/pipeline/cert-view.vue @@ -100,7 +100,10 @@ function formatDate(dateStr: string): string { .cert-detail { table { width: 100%; - table-layout: fixed; + table-layout: fixed !important; + } + .ant-descriptions-item-label { + width: 90px; } .fingerprint { .label {