gaoluyang
2025-02-24 013c64d2124a2c7ae4c0650a78bff8d5e6ba1f45
src/components/Table/lims-table.vue
@@ -268,7 +268,7 @@
      row.forEach((a) => {
        count += a.name.length;
      });
      return count * 15 + 40 + "px";
      return count * 15 + 60 + "px";
    },
    iconFn(row) {
      if (row.name === "编辑" || row.name === "修改") {