riku
2025-08-01 5efcf83a4a67bf5cefbee480c58a697553f9f8de
src/components/table/FYTable.vue
@@ -40,6 +40,7 @@
    :cell-class-name="cellClassName"
    @paste="handlePaste"
    @sort-change="handleSortChange"
    :show-overflow-tooltip="true"
    border
  >
    <slot name="table-column" :size="fontSize"></slot>
@@ -219,7 +220,7 @@
  mounted() {
    this.tableHeight = this.calcTableHeight();
    this.onSearch();
  }
  },
};
</script>