Commit 6a8971dd by Apple\Apple

💄 style: Remove `min-h-screen` style

parent 912c11ab
...@@ -503,7 +503,7 @@ const LoginForm = () => { ...@@ -503,7 +503,7 @@ const LoginForm = () => {
}; };
return ( 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 <div
className="absolute inset-0 z-0 bg-cover bg-center scale-125 opacity-100" className="absolute inset-0 z-0 bg-cover bg-center scale-125 opacity-100"
......
...@@ -69,7 +69,7 @@ const PasswordResetConfirm = () => { ...@@ -69,7 +69,7 @@ const PasswordResetConfirm = () => {
} }
return ( 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 <div
className="absolute inset-0 z-0 bg-cover bg-center scale-125 opacity-100" className="absolute inset-0 z-0 bg-cover bg-center scale-125 opacity-100"
......
...@@ -76,7 +76,7 @@ const PasswordResetForm = () => { ...@@ -76,7 +76,7 @@ const PasswordResetForm = () => {
} }
return ( 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 <div
className="absolute inset-0 z-0 bg-cover bg-center scale-125 opacity-100" className="absolute inset-0 z-0 bg-cover bg-center scale-125 opacity-100"
......
...@@ -549,7 +549,7 @@ const RegisterForm = () => { ...@@ -549,7 +549,7 @@ const RegisterForm = () => {
}; };
return ( 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 <div
className="absolute inset-0 z-0 bg-cover bg-center scale-125 opacity-100" className="absolute inset-0 z-0 bg-cover bg-center scale-125 opacity-100"
style={{ style={{
......
...@@ -406,7 +406,7 @@ const PersonalSetting = () => { ...@@ -406,7 +406,7 @@ const PersonalSetting = () => {
}; };
return ( return (
<div className="min-h-screen bg-gray-50"> <div className="bg-gray-50">
<Layout> <Layout>
<Layout.Content> <Layout.Content>
{/* 划转模态框 */} {/* 划转模态框 */}
......
...@@ -481,7 +481,7 @@ const ModelPricing = () => { ...@@ -481,7 +481,7 @@ const ModelPricing = () => {
), [filteredModels, loading, columns, rowSelection, pageSize, t]); ), [filteredModels, loading, columns, rowSelection, pageSize, t]);
return ( return (
<div className="min-h-screen bg-gray-50"> <div className="bg-gray-50">
<Layout> <Layout>
<Layout.Content> <Layout.Content>
<div className="flex justify-center p-4 sm:p-6 md:p-8"> <div className="flex justify-center p-4 sm:p-6 md:p-8">
......
...@@ -265,7 +265,7 @@ const TopUp = () => { ...@@ -265,7 +265,7 @@ const TopUp = () => {
}; };
return ( return (
<div className="min-h-screen bg-gray-50"> <div className="bg-gray-50">
<Layout> <Layout>
<Layout.Content> <Layout.Content>
<Modal <Modal
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment