Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
DC-TOM
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
刘照晖
DC-TOM
Commits
82c897f5
Commit
82c897f5
authored
Jul 02, 2025
by
田争光
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(*):登录页样式修改
parent
67394a34
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
93 additions
and
50 deletions
+93
-50
index.vue
src/layout/index.vue
+77
-46
style.css
src/style.css
+14
-3
index.vue
src/views/login/index.vue
+2
-1
No files found.
src/layout/index.vue
View file @
82c897f5
This diff is collapsed.
Click to expand it.
src/style.css
View file @
82c897f5
*
{
*
{
padding
:
0
;
padding
:
0
;
margin
:
0
;
margin
:
0
;
}
}
.page-container
{
.page-container
{
width
:
100%
;
width
:
100%
;
background
:
#ffffff
;
background
:
#ffffff
;
border-radius
:
6px
;
border-radius
:
6px
;
box-shadow
:
0px
3px
6px
0px
rgba
(
13
,
15
,
18
,
0.10
);
box-shadow
:
0px
3px
6px
0px
rgba
(
13
,
15
,
18
,
0.10
);
padding
:
1rem
;
padding
:
1rem
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
}
...
@@ -29,7 +29,18 @@
...
@@ -29,7 +29,18 @@
background
:
transparent
!important
;
background
:
transparent
!important
;
border
:
unset
!important
;
border
:
unset
!important
;
}
}
.login-container
.el-input__wrapper
{
.login-container
.el-input__wrapper
{
background
:
#181d21
!important
;
background
:
#181d21
!important
;
border-radius
:
0
!important
;
border-radius
:
0
!important
;
}
input
:-webkit-autofill
,
textarea
:-webkit-autofill
,
select
:-webkit-autofill
{
-webkit-text-fill-color
:
black
!important
;
-webkit-box-shadow
:
0
0
0px
1000px
transparent
inset
!important
;
background-color
:
transparent
;
background-image
:
none
;
transition
:
background-color
50000s
ease-in-out
0s
;
}
}
\ No newline at end of file
src/views/login/index.vue
View file @
82c897f5
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
tabindex=
"1"
tabindex=
"1"
@
blur=
"handleAccountBlur($event)"
@
blur=
"handleAccountBlur($event)"
@
input=
"debounceAction"
@
input=
"debounceAction"
autocomplete=
"o
n
"
autocomplete=
"o
ff
"
/>
/>
</el-form-item>
</el-form-item>
</div>
</div>
...
@@ -46,6 +46,7 @@
...
@@ -46,6 +46,7 @@
show-password
show-password
placeholder=
"密码 / Password"
placeholder=
"密码 / Password"
tabindex=
"1"
tabindex=
"1"
autocomplete=
"off"
/>
/>
</el-form-item>
</el-form-item>
</el-tooltip>
</el-tooltip>
...
...
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