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