.paginator {
background-color: #99977b;
text-align: center;
align-self: center;
vertical-align: center;
align-items: center;
<TablePagination className="paginator"
rowsPerPageOptions={process.env.REACT_APP_ROWS_PER_PAGE_OPTIONS.split(',').map(Number)}
rowsPerPage={rowsPerPage}
page={page}
count={rows.length}
component="div"
onPageChange={handlePageChange}
onRowsPerPageChange={handleRowsPerPageChange}
>
</TablePagination>
<p>
sx
。
sx={{ "& p": { margin: 0, padding: 0 }}}