From ac068f6539b8199a2c77d112343ef23cb1e5699c Mon Sep 17 00:00:00 2001 From: justwiner <30335393+justwiner@users.noreply.github.com> Date: Sun, 24 Jan 2021 16:23:51 +0800 Subject: [PATCH] fix(table): repair table column width calculation abnormal (#1334) fix #1330 Co-authored-by: winerlu --- packages/table/src/store/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/table/src/store/index.ts b/packages/table/src/store/index.ts index 574bb4719f..fd29c84abd 100644 --- a/packages/table/src/store/index.ts +++ b/packages/table/src/store/index.ts @@ -37,7 +37,6 @@ function useStore(): Store { } } instance.store.updateAllSelected() - instance.store.updateTableScrollY() if (instance.$ready) { instance.store.scheduleLayout() }