Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-monitor
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
Administrator
web-monitor
Commits
30cb2df7
Commit
30cb2df7
authored
Sep 19, 2018
by
Pan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refine style
parent
f43c2a95
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
index.vue
src/views/login/index.vue
+1
-4
No files found.
src/views/login/index.vue
View file @
30cb2df7
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<el-form
ref=
"loginForm"
:model=
"loginForm"
:rules=
"loginRules"
class=
"login-form"
auto-complete=
"on"
label-position=
"left"
>
<el-form
ref=
"loginForm"
:model=
"loginForm"
:rules=
"loginRules"
class=
"login-form"
auto-complete=
"on"
label-position=
"left"
>
<h3
class=
"title"
>
vue-admin-template
</h3>
<h3
class=
"title"
>
vue-admin-template
</h3>
<el-form-item
prop=
"username"
>
<el-form-item
prop=
"username"
>
<span
class=
"svg-container
svg-container_login
"
>
<span
class=
"svg-container"
>
<svg-icon
icon-class=
"user"
/>
<svg-icon
icon-class=
"user"
/>
</span>
</span>
<el-input
v-model=
"loginForm.username"
name=
"username"
type=
"text"
auto-complete=
"on"
placeholder=
"username"
/>
<el-input
v-model=
"loginForm.username"
name=
"username"
type=
"text"
auto-complete=
"on"
placeholder=
"username"
/>
...
@@ -174,9 +174,6 @@ $light_gray:#eee;
...
@@ -174,9 +174,6 @@ $light_gray:#eee;
vertical-align
:
middle
;
vertical-align
:
middle
;
width
:
30px
;
width
:
30px
;
display
:
inline-block
;
display
:
inline-block
;
&
_login
{
font-size
:
20px
;
}
}
}
.title
{
.title
{
font-size
:
26px
;
font-size
:
26px
;
...
...
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