📝(更新日志): 📝(table): 更新数据案例

This commit is contained in:
就眠儀式
2022-07-12 09:50:15 +08:00
parent a068704835
commit f35c878e82
2 changed files with 7 additions and 5 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`;
}
}
};