fix: 修复table2多个右固定列时恢复默认态错位问题

This commit is contained in:
zhangtao07 2024-05-24 17:20:59 +08:00
parent f518d460c9
commit 38b667f03f

View File

@ -253,6 +253,7 @@ export function updateFixedRow(
const dom = children[i] as HTMLElement;
dom.style.removeProperty('left');
dom.style.removeProperty('right');
const fixed = columns[i] ? columns[i].fixed || '' : '';
if (isFixedLeftColumn(fixed)) {