feat: ProTable scroll

This commit is contained in:
Paul Pan 2023-12-27 21:40:40 +08:00
parent 5ac2a87725
commit e8a4ecaccb
2 changed files with 2 additions and 0 deletions

View File

@ -125,6 +125,7 @@ export default function StatusTable(props: StatusTableProps) {
pageSize: 10,
}}
search={false}
scroll={{ x: "max-content" }}
dateFormatter="string"
headerTitle={props.title || "Judge Status"}
/>

View File

@ -81,6 +81,7 @@ export default function SearchPage() {
search={{
labelWidth: "auto",
}}
scroll={{ x: "max-content" }}
dateFormatter="string"
headerTitle="Problem Lists"
/>