mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-27 03:01:14 +08:00
fix(table): repair table column width calculation abnormal (#1334)
fix #1330 Co-authored-by: winerlu <winerlu@tencent.com>
This commit is contained in:
parent
8993f0db27
commit
ac068f6539
@ -37,7 +37,6 @@ function useStore(): Store {
|
||||
}
|
||||
}
|
||||
instance.store.updateAllSelected()
|
||||
instance.store.updateTableScrollY()
|
||||
if (instance.$ready) {
|
||||
instance.store.scheduleLayout()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user