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;