(component): update

This commit is contained in:
就眠儀式
2022-07-12 09:08:07 +08:00
parent 3f66bb4ca2
commit dd711a00b4
3 changed files with 8 additions and 1 deletions

View File

@@ -267,7 +267,7 @@ const renderFixedStyle = (column: any, columnIndex: number) => {
right = right + props.columns[i]?.width.replace("px", "");
}
}
return `right:${right}px`;
return `right:${right}px`;
}
}
};