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>