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
d662d803
Commit
d662d803
authored
May 19, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
587a365f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
login.vue
src/views/login/login.vue
+13
-13
No files found.
src/views/login/login.vue
View file @
d662d803
...
@@ -20,20 +20,20 @@
...
@@ -20,20 +20,20 @@
<svg-icon
slot=
"prefix"
icon-class=
"password"
class=
"el-input__icon input-icon"
/>
<svg-icon
slot=
"prefix"
icon-class=
"password"
class=
"el-input__icon input-icon"
/>
</el-input>
</el-input>
</el-form-item>
</el-form-item>
<el-form-item
prop=
"code"
>
<!--
<el-form-item
prop=
"code"
>
--
>
<el-input
<!--
<el-input-->
v-model=
"loginForm.code"
<!-- v-model="loginForm.code"-->
auto-complete=
"off"
<!-- auto-complete="off"-->
placeholder=
"验证码"
<!-- placeholder="验证码"-->
style=
"width: 63%"
<!-- style="width: 63%"-->
@
keyup
.
enter
.
native=
"handleLogin"
<!-- @keyup.enter.native="handleLogin"-->
>
<!-- >--
>
<svg-icon
slot=
"prefix"
icon-class=
"validCode"
class=
"el-input__icon input-icon"
/
>
<!--
<svg-icon
slot=
"prefix"
icon-class=
"validCode"
class=
"el-input__icon input-icon"
/>
--
>
</el-input
>
<!--
</el-input>
--
>
<!--
<div
class=
"login-code"
>
<!--
<div
class=
"login-code"
>
<img
:src=
"codeUrl"
@
click=
"getCode"
>
<img
:src=
"codeUrl"
@
click=
"getCode"
>
</div>
-->
</div>
-->
</el-form-item
>
<!--
</el-form-item>
--
>
<el-form-item
style=
"width:100%;margin-bottom: 20px;text-align: center"
>
<el-form-item
style=
"width:100%;margin-bottom: 20px;text-align: center"
>
<el-button
<el-button
class=
"blue-btn"
class=
"blue-btn"
...
@@ -196,8 +196,8 @@ export default {
...
@@ -196,8 +196,8 @@ export default {
//background: #ffffff no-repeat;
//background: #ffffff no-repeat;
background-size
:
59%
;
background-size
:
59%
;
background-position-y
:
57px
;
background-position-y
:
57px
;
width
:
2
5
vw
;
width
:
2
8
vw
;
height
:
62
vh
;
height
:
57
vh
;
padding
:
25px
45px
5px
45px
;
padding
:
25px
45px
5px
45px
;
.login-form-content
{
.login-form-content
{
//position: absolute;
//position: absolute;
...
...
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