fix(table): repair table column width calculation abnormal (#1334)

fix #1330

Co-authored-by: winerlu <winerlu@tencent.com>
This commit is contained in:
justwiner
2021-01-24 16:23:51 +08:00
committed by GitHub
parent 8993f0db27
commit ac068f6539

View File

@@ -37,7 +37,6 @@ function useStore(): Store {
}
}
instance.store.updateAllSelected()
instance.store.updateTableScrollY()
if (instance.$ready) {
instance.store.scheduleLayout()
}