margin segmented

This commit is contained in:
2025-10-23 16:50:25 +07:00
parent 3873ba5285
commit a3d24a9426

View File

@@ -108,7 +108,7 @@ const TableList = memo(function TableList({
showDeleteDialog={showDeleteDialog}
/>
) : (
<Row gutter={24}>
<Row gutter={24} style={{ marginTop: '16px' }}>
<Table
rowSelection={rowSelection || null}
columns={columns}