Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
IT-monitor
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
张伯涛
IT-monitor
Commits
5ed9bdeb
Commit
5ed9bdeb
authored
Jan 04, 2021
by
yf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
系统显示修改 --杨帆
parent
f61a439c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
login.vue
src/views/login/login.vue
+6
-5
No files found.
src/views/login/login.vue
View file @
5ed9bdeb
...
...
@@ -2,7 +2,7 @@
<div
class=
"login"
>
<el-form
ref=
"loginForm"
:model=
"loginForm"
:rules=
"loginRules"
class=
"login-form"
>
<img
class=
"fy-logo"
src=
"../../assets/image/denglu_logo.png"
>
<h3
class=
"title"
>
靑秀法院信息化
系统
</h3>
<h3
class=
"title"
>
信息化管理
系统
</h3>
<div
class=
"login-form-content"
>
<el-form-item
prop=
"username"
>
<el-input
v-model=
"loginForm.username"
type=
"text"
auto-complete=
"off"
placeholder=
"账号"
>
...
...
@@ -190,15 +190,16 @@ export default {
flex-direction
:
column
;
align-items
:
flex-end
;
border-radius
:
6px
;
background
:
#ffffff
;
background-image
:
url("../../assets/image/denglu_pic_fayuan.png")
;
background-repeat
:
no-repeat
;
background
:
#ffffff
no-repeat
;
background-size
:
59%
;
background-position-y
:
57px
;
width
:
78vw
;
height
:
76vh
;
padding
:
25px
25px
5px
25px
;
.login-form-content
{
position
:
absolute
;
top
:
40%
;
right
:
28%
;
width
:
45%
;
display
:
flex
;
flex-direction
:
column
;
...
...
@@ -210,7 +211,7 @@ export default {
}
}
.blue-btn
{
width
:
26
.8
vw
;
width
:
36
vw
;
height
:
40px
;
border-radius
:
4px
;
font-size
:
18px
;
...
...
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