Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6a8971dd
authored
Jun 04, 2025
by
Apple\Apple
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
💄
style: Remove `min-h-screen` style
parent
912c11ab
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
web/src/components/auth/LoginForm.js
+1
-1
web/src/components/auth/PasswordResetConfirm.js
+1
-1
web/src/components/auth/PasswordResetForm.js
+1
-1
web/src/components/auth/RegisterForm.js
+1
-1
web/src/components/settings/PersonalSetting.js
+1
-1
web/src/components/table/ModelPricing.js
+1
-1
web/src/pages/TopUp/index.js
+1
-1
No files found.
web/src/components/auth/LoginForm.js
View file @
6a8971dd
...
...
@@ -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"
...
...
web/src/components/auth/PasswordResetConfirm.js
View file @
6a8971dd
...
...
@@ -69,7 +69,7 @@ const PasswordResetConfirm = () => {
}
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"
...
...
web/src/components/auth/PasswordResetForm.js
View file @
6a8971dd
...
...
@@ -76,7 +76,7 @@ const PasswordResetForm = () => {
}
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"
...
...
web/src/components/auth/RegisterForm.js
View file @
6a8971dd
...
...
@@ -549,7 +549,7 @@ const RegisterForm = () => {
};
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"
style
=
{{
...
...
web/src/components/settings/PersonalSetting.js
View file @
6a8971dd
...
...
@@ -406,7 +406,7 @@ const PersonalSetting = () => {
};
return
(
<
div
className
=
"
min-h-screen
bg-gray-50"
>
<
div
className
=
"bg-gray-50"
>
<
Layout
>
<
Layout
.
Content
>
{
/* 划转模态框 */
}
...
...
web/src/components/table/ModelPricing.js
View file @
6a8971dd
...
...
@@ -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"
>
...
...
web/src/pages/TopUp/index.js
View file @
6a8971dd
...
...
@@ -265,7 +265,7 @@ const TopUp = () => {
};
return
(
<
div
className
=
"
min-h-screen
bg-gray-50"
>
<
div
className
=
"bg-gray-50"
>
<
Layout
>
<
Layout
.
Content
>
<
Modal
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment