mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
fix: 修复table2多个右固定列时恢复默认态错位问题
This commit is contained in:
parent
4168305e85
commit
584eca0638
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user