💄 style: Remove min-h-screen style

This commit is contained in:
Apple\Apple
2025-06-04 01:03:32 +08:00
parent 943f21f3cb
commit e11a8514b1
7 changed files with 7 additions and 7 deletions

View File

@@ -481,7 +481,7 @@ const ModelPricing = () => {
), [filteredModels, loading, columns, rowSelection, pageSize, t]);
return (
<div className="min-h-screen bg-gray-50">
<div className="bg-gray-50">
<Layout>
<Layout.Content>
<div className="flex justify-center p-4 sm:p-6 md:p-8">