zouyu
2025-03-17 0600ab29100da647a5cd34c935c16f59b3e772e5
src/components/Table/lims-table.vue
@@ -321,7 +321,7 @@
  props: {
    isSelection: {
      type: Boolean,
      default: false,
      default: undefined,
    },
    height: {
      type: String,
@@ -389,7 +389,7 @@
    },
    rowKey: {
      type: String,
      default: undefined,
      default: "id",
    },
    page: {
      type: Object,
@@ -410,9 +410,9 @@
    };
  },
  watch: {
    column(val) {
      this.doLayout();
    },
    // column(val) {
    //   this.doLayout();
    // },
  },
  updated() {
    this.$nextTick(() => {
@@ -611,7 +611,7 @@
}
>>> .el-table__body-wrapper::-webkit-scrollbar {
  height: 14px;
  height: 6px;
  /* 设置滚动条宽度 */
}
</style>