Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
boyueCEnd
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
游洁
boyueCEnd
Commits
9b3ff8f5
Commit
9b3ff8f5
authored
Jan 16, 2026
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调整
parent
7d89f3de
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
11 deletions
+11
-11
Login.vue
src/views/auth/Login.vue
+6
-6
forgePassword.vue
src/views/auth/forgePassword.vue
+1
-1
register.vue
src/views/auth/register.vue
+4
-4
No files found.
src/views/auth/Login.vue
View file @
9b3ff8f5
<
template
>
<
template
>
<div
class=
"light-login-bgActive"
>
<div
class=
"light-login-bgActive
h-[100vh] overflow-hidden
"
>
<a-spin
:loading=
"loading"
style=
"height: 100%;width: 100%;
"
>
<a-spin
:loading=
"loading"
class=
"h-full w-full overflow-hidden
"
>
<div
ref=
"loginPage"
<div
ref=
"loginPage"
class=
"light-login-bg pl-[85px] pr-[98px] pt-[33px] h-full
!overflow-y-auto light-login-bg
"
>
class=
"light-login-bg pl-[85px] pr-[98px] pt-[33px] h-full
overflow-y-auto
"
>
<loginHeader
/>
<loginHeader
/>
<div
class=
"w-full flex flex-col loginForm pt-[97px]"
>
<div
class=
"w-full flex flex-col loginForm pt-[97px]"
>
<div
class=
"flex justify-center"
>
<div
class=
"flex justify-center"
>
...
@@ -105,7 +105,7 @@
...
@@ -105,7 +105,7 @@
</div>
</div>
</div>
</div>
<div
class=
"flex justify-center text-white
pb-[117px]
text-[16px]"
>
<div
class=
"flex justify-center text-white text-[16px]"
>
<div
class=
"px-[17px] py-[30px] cursor-pointer"
@
click=
"handleClick('/forgePassword')"
>
{{ t('login.forgotPassword') }}
</div>
<div
class=
"px-[17px] py-[30px] cursor-pointer"
@
click=
"handleClick('/forgePassword')"
>
{{ t('login.forgotPassword') }}
</div>
<div
class=
"px-[17px] py-[30px] cursor-pointer"
@
click=
"handleClick('/register')"
>
{{ t('login.registerNow') }}
</div>
<div
class=
"px-[17px] py-[30px] cursor-pointer"
@
click=
"handleClick('/register')"
>
{{ t('login.registerNow') }}
</div>
</div>
</div>
...
@@ -514,8 +514,8 @@ onMounted(async () => {
...
@@ -514,8 +514,8 @@ onMounted(async () => {
background-size
:
100%
100%
;
background-size
:
100%
100%
;
}
}
.light-login-bgActive
{
.light-login-bgActive
{
background
:
url('../../assets/images/login/login-bgregister.png')
no-repeat
;
/*
background: url('../../assets/images/login/login-bgregister.png')no-repeat;
background-size
:
100%
100%
;
background-size: 100% 100%;
*/
}
}
.loginForm-bg
{
.loginForm-bg
{
background
:
url('../../assets/images/login/login_formbg.png')
no-repeat
white
;
background
:
url('../../assets/images/login/login_formbg.png')
no-repeat
white
;
...
...
src/views/auth/forgePassword.vue
View file @
9b3ff8f5
<
template
>
<
template
>
<div
class=
"h-screen overflow-hidden"
>
<div
class=
"h-screen overflow-hidden"
>
<a-spin
:loading=
"loading"
style=
"height: 100%;width: 100%;
"
>
<a-spin
:loading=
"loading"
class=
"h-full w-full overflow-hidden
"
>
<div
ref=
"loginPage"
<div
ref=
"loginPage"
class=
"light-login-bg pl-[85px] pr-[98px] pt-[33px] h-full !overflow-y-auto light-login-bgActive"
>
class=
"light-login-bg pl-[85px] pr-[98px] pt-[33px] h-full !overflow-y-auto light-login-bgActive"
>
<loginHeader
/>
<loginHeader
/>
...
...
src/views/auth/register.vue
View file @
9b3ff8f5
<
template
>
<
template
>
<div
class=
"h-screen overflow-hidden"
>
<div
class=
"h-screen
h-[100vh]
overflow-hidden"
>
<a-spin
:loading=
"loading"
style=
"height: 100%;width: 100%;
"
>
<a-spin
:loading=
"loading"
class=
"h-full w-full overflow-hidden
"
>
<div
ref=
"loginPage"
<div
ref=
"loginPage"
class=
"light-login-bg pl-[85px] pr-[98px] pt-[33px] h-full !overflow-y-auto"
class=
"light-login-bg pl-[85px] pr-[98px] pt-[33px] h-full !overflow-y-auto"
:class=
"[currentStep
<3
?'
light-login-bg
'
:
'
light-login-bgActive
']"
>
:class=
"[currentStep
<3
?'
light-login-bg
'
:
'
light-login-bgActive
']"
>
...
@@ -216,8 +216,8 @@
...
@@ -216,8 +216,8 @@
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
div
class
=
"flex justify-center text-white
pb-[117px]
text-[16px]"
>
<
div
class
=
"flex justify-center text-white text-[16px]"
>
<
div
class
=
"px-[17px] p
y-[4
0px] cursor-pointer"
@
click
=
"goHome('/')"
>
{{
t
(
'login.backToHome'
)
}}
<
/div
>
<
div
class
=
"px-[17px] p
t-[40px] pb-[2
0px] cursor-pointer"
@
click
=
"goHome('/')"
>
{{
t
(
'login.backToHome'
)
}}
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
registerSuccess
v
-
if
=
"currentStep==3"
/>
<
registerSuccess
v
-
if
=
"currentStep==3"
/>
...
...
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