Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3caf0e86
authored
2023-06-21 16:35:40 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
into dev
2 parents
03910b1a
312ab615
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
src/views/login/index.vue
src/views/login/index.vue
View file @
3caf0e8
...
...
@@ -284,7 +284,7 @@ export default {
}
.login-user
{
width
:
100%
;
height
:
4
6
px
;
height
:
4
0
px
;
border
:
1px
solid
#E5E5E5
;
box-sizing
:
border-box
;
margin-top
:
30px
;
...
...
@@ -292,7 +292,7 @@ export default {
position
:
relative
;
.user-icon
{
float
:
left
;
margin
:
1
3
px
auto
auto
10px
;
margin
:
1
0
px
auto
auto
10px
;
width
:
28px
;
height
:
18px
;
}
...
...
@@ -303,7 +303,8 @@ export default {
outline
:
0
;
border
:
none
;
color
:
#4a4a4a
;
line-height
:
260%
;
height
:
38px
;
line-height
:
40px
;
}
.password-eye
{
float
:
right
;
...
...
@@ -339,13 +340,14 @@ export default {
}
.login-btn
{
width
:
100%
;
height
:
4
0
px
;
height
:
4
8
px
;
background
:
#74A3F5
;
border-radius
:
4
px
;
border-radius
:
2
px
;
margin
:
0
auto
;
margin-top
:
40px
;
font-size
:
16px
;
line-height
:
40px
;
font-size
:
20px
;
font-weight
:
500
;
line-height
:
48px
;
text-align
:
center
;
color
:
#fff
;
cursor
:
pointer
;
...
...
Please
register
or
sign in
to post a comment