Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
NewTruckTerminalSyetem
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
SQL_Mou
NewTruckTerminalSyetem
Commits
70d7303f
Commit
70d7303f
authored
May 17, 2022
by
caicaicai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
211b049c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
16 deletions
+17
-16
Login.vue
src/views/Login.vue
+17
-16
No files found.
src/views/Login.vue
View file @
70d7303f
...
...
@@ -3,7 +3,7 @@
<div
class=
"projectName"
>
卡车调度系统终端平台
</div>
<div
class=
"loginBody"
>
<div
class=
"loginTitle"
>
登录窗口
</div>
<
div
class=
"loginText"
>
欢迎登录终端
</div
>
<
!--
<div
class=
"loginText"
>
欢迎登录终端
</div>
--
>
<div
class=
"loginInoputs"
>
<el-form
ref=
"loginForm"
:model=
"loginForm"
>
<el-form-item
class=
"userInpBody"
>
...
...
@@ -152,7 +152,7 @@ export default {
}
.loginBody
{
position
:
relative
;
padding-top
:
73
px
;
padding-top
:
50
px
;
box-sizing
:
border-box
;
margin
:
0
auto
;
width
:
60%
;
...
...
@@ -163,23 +163,24 @@ export default {
.loginTitle
{
margin-left
:
50px
;
text-align
:
center
;
font-size
:
30
px
;
font-size
:
25
px
;
color
:
rgb
(
47
,
213
,
255
);
letter-spacing
:
6px
;
}
.loginText
{
margin-top
:
3
0px
;
margin-top
:
2
0px
;
margin-left
:
50px
;
text-align
:
center
;
font-size
:
3
5
px
;
font-size
:
3
0
px
;
color
:
rgb
(
151
,
227
,
244
);
letter-spacing
:
6px
;
margin-bottom
:
3
0px
;
margin-bottom
:
1
0px
;
}
.loginInoputs
{
margin-top
:
70px
;
position
:
absolute
;
right
:
12
0px
;
width
:
40
0px
;
right
:
8
0px
;
width
:
27
0px
;
height
:
300px
;
}
.userInpBody
{
...
...
@@ -191,15 +192,15 @@ export default {
display
:
flex
;
}
.userIcon
{
padding
:
1
5
px
;
padding
:
1
1
px
;
box-sizing
:
border-box
;
width
:
6
0px
;
height
:
6
0px
;
width
:
5
0px
;
height
:
5
0px
;
background-color
:
rgb
(
18
,
70
,
113
);
}
#userInp
{
height
:
100%
;
width
:
8
0%
;
width
:
10
0%
;
background
:
none
;
outline
:
none
;
border
:
none
;
...
...
@@ -217,10 +218,10 @@ export default {
margin-bottom
:
50px
;
}
.passWordIcon
{
padding
:
1
5
px
;
padding
:
1
1
px
;
box-sizing
:
border-box
;
width
:
6
0px
;
height
:
6
0px
;
width
:
5
0px
;
height
:
5
0px
;
background-color
:
rgb
(
18
,
70
,
113
);
}
#passWordInp
{
...
...
@@ -235,7 +236,7 @@ export default {
}
.loginBtn
{
width
:
100%
;
height
:
6
0px
;
height
:
5
0px
;
font-size
:
22px
;
background-color
:
rgb
(
24
,
180
,
255
);
border
:
0px
;
...
...
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