fix: list pagination

This commit is contained in:
jialin
2024-07-16 15:27:54 +08:00
parent 7e06a56c12
commit a27fa9d56c
32 changed files with 2506 additions and 1726 deletions
@@ -203,7 +203,7 @@ const ParamsSettings: React.FC<ParamsSettingsProps> = ({
>
<Slider
defaultValue={1024}
max={16384}
max={2048}
step={1}
style={{ marginBottom: 0, marginTop: 16 }}
tooltip={{ open: false }}