From a0cac2a2a18183c98453babc81e8a4168eb73f20 Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Wed, 11 Feb 2026 16:17:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E7=B3=BB=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DesignForm/public/form/childTable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DesignForm/public/form/childTable.vue b/src/components/DesignForm/public/form/childTable.vue index 7d25218..12e6cd1 100644 --- a/src/components/DesignForm/public/form/childTable.vue +++ b/src/components/DesignForm/public/form/childTable.vue @@ -352,7 +352,7 @@ const jisuanTableWidth = (data: any) => { // // width += item.item.span?item.item.span:120; // }); if (data.item.label && data.item.label.length > 0) { - width = data.item.label.length * 30+90; + width = data.item.label.length * 20; } if (width < 100) { width = 120;