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} showDeleteDialog={showDeleteDialog}
/> />
) : ( ) : (
<Row gutter={24}> <Row gutter={24} style={{ marginTop: '16px' }}>
<Table <Table
rowSelection={rowSelection || null} rowSelection={rowSelection || null}
columns={columns} columns={columns}