Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-fe
Project
Project
Details
Activity
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
poc
poc-fe
Commits
40218234
Commit
40218234
authored
Oct 16, 2024
by
tyyin lan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 登录页样式调整
parent
a56b59f8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
2 deletions
+6
-2
login-bg.png
src/assets/images/login-bg.png
+0
-0
logo.png
src/assets/images/logo.png
+0
-0
theme-config.ts
src/config/theme-config.ts
+1
-1
login.vue
src/views/login/login.vue
+5
-1
No files found.
src/assets/images/login-bg.png
View replaced file @
a56b59f8
View file @
40218234
This diff is collapsed.
Click to expand it.
src/assets/images/logo.png
0 → 100644
View file @
40218234
5.98 KB
src/config/theme-config.ts
View file @
40218234
...
...
@@ -4,7 +4,7 @@ export const themeOverrides: GlobalThemeOverrides = {
common
:
{
primaryColor
:
'#000DFF'
,
primaryColorHover
:
'#575FFF'
,
primaryColorPressed
:
'#
575FFF
'
,
primaryColorPressed
:
'#
4B52DB
'
,
primaryColorSuppl
:
'#575FFF'
,
heightMedium
:
'32px'
,
borderRadius
:
'5px'
,
...
...
src/views/login/login.vue
View file @
40218234
...
...
@@ -298,9 +298,13 @@ function handleEmailCodeGain() {
<
template
>
<div
class=
"bg-px-login-bg-png relative h-screen min-h-[750px] w-full min-w-[600px] bg-cover bg-center bg-no-repeat"
>
<div
class=
"bg-px-logo-png z-100 absolute left-[60px] top-[25px] h-[29px] w-[119px] bg-contain bg-center bg-no-repeat"
></div>
<div
class=
"absolute right-[14%] top-1/2 h-[458px] w-[390px] -translate-y-1/2"
>
<div
class=
"h-full w-full rounded-[10px] bg-[#fff] px-[29px]"
class=
"h-full w-full rounded-[10px] bg-[#fff] px-[29px]
shadow-2xl
"
:class=
"
{ 'animate-card-reverse': showCardReserveAnimation }"
style="transform-style: preserve-3d"
@animationend="onCardReserveAnimationEnd"
...
...
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