Browse Source

修正系数

qin_s3
herenshan112 1 month ago
parent
commit
a0cac2a2a1
  1. 2
      src/components/DesignForm/public/form/childTable.vue

2
src/components/DesignForm/public/form/childTable.vue

@ -352,7 +352,7 @@ const jisuanTableWidth = (data: any) => {
// // width += item.item.span?item.item.span:120; // // width += item.item.span?item.item.span:120;
// }); // });
if (data.item.label && data.item.label.length > 0) { 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) { if (width < 100) {
width = 120; width = 120;

Loading…
Cancel
Save