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

This commit is contained in:
zhangtao07 2024-05-24 17:20:59 +08:00
parent 4168305e85
commit 584eca0638

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)) {