💄 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

@@ -406,7 +406,7 @@ const PersonalSetting = () => {
};
return (
<div className="min-h-screen bg-gray-50">
<div className="bg-gray-50">
<Layout>
<Layout.Content>
{/* 划转模态框 */}