fix responsive admin forum

deskripsi:
- fix table
This commit is contained in:
2025-04-16 15:11:39 +08:00
parent f41cbba21f
commit f489d9acb7
11 changed files with 772 additions and 853 deletions

View File

@@ -204,15 +204,13 @@ function TableStatus() {
<tbody>{renderTableBody()}</tbody>
</Table>
</ScrollArea>
<Center mt={"xl"}>
<Admin_V3_ComponentPaginationBreakpoint
value={activePage}
total={nPage}
onChange={(val) => {
onPageClick(val);
}}
/>
</Center>
<Admin_V3_ComponentPaginationBreakpoint
value={activePage}
total={nPage}
onChange={(val) => {
onPageClick(val);
}}
/>
</Paper>
)}
</Stack>