@@ -503,7 +503,7 @@ const LoginForm = () => {
};
return (
- <div className="min-h-screen relative flex items-center justify-center py-12 px-4 sm:px-6 lg:px-8 overflow-hidden">
+ <div className="relative flex items-center justify-center py-12 px-4 sm:px-6 lg:px-8 overflow-hidden">
{/* 背景图片容器 - 放大并保持居中 */}
<div
className="absolute inset-0 z-0 bg-cover bg-center scale-125 opacity-100"
@@ -69,7 +69,7 @@ const PasswordResetConfirm = () => {
}
@@ -76,7 +76,7 @@ const PasswordResetForm = () => {
@@ -549,7 +549,7 @@ const RegisterForm = () => {
style={{
@@ -406,7 +406,7 @@ const PersonalSetting = () => {
- <div className="min-h-screen bg-gray-50">
+ <div className="bg-gray-50">
<Layout>
<Layout.Content>
{/* 划转模态框 */}
@@ -481,7 +481,7 @@ const ModelPricing = () => {
), [filteredModels, loading, columns, rowSelection, pageSize, t]);
<div className="flex justify-center p-4 sm:p-6 md:p-8">
@@ -265,7 +265,7 @@ const TopUp = () => {
<Modal