Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ant-design-pro-vue
Overview
Overview
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
tianzhuanghu
ant-design-pro-vue
Commits
807f2eb5
Commit
807f2eb5
authored
Oct 20, 2018
by
Sendya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup.
parent
4418fea3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
21 deletions
+12
-21
Login.vue
src/views/Login.vue
+6
-13
Register.vue
src/views/Register.vue
+6
-8
No files found.
src/views/Login.vue
View file @
807f2eb5
...
@@ -43,16 +43,13 @@
...
@@ -43,16 +43,13 @@
</a-form-item>
</a-form-item>
</a-col>
</a-col>
<a-col
class=
"gutter-row"
:span=
"8"
>
<a-col
class=
"gutter-row"
:span=
"8"
>
<span
class=
"ivu-input-prefix"
>
<a-button
<a-button
class=
"getCaptcha"
class=
"getCaptcha"
:disabled=
"state.smsSendBtn"
:disabled=
"state.smsSendBtn"
@
click
.
stop
.
prevent=
"getCaptcha"
@
click
.
stop
.
prevent=
"getCaptcha"
v-text=
"!state.smsSendBtn&&'获取验证码'||(state.time+' s')"
></a-button>
v-text=
"!state.smsSendBtn&&'获取验证码'||(state.time+' s')"
></a-button>
</span>
</a-col>
</a-col>
</a-row>
</a-row>
</a-tab-pane>
</a-tab-pane>
</a-tabs>
</a-tabs>
...
@@ -239,11 +236,6 @@
...
@@ -239,11 +236,6 @@
font-size
:
14px
;
font-size
:
14px
;
}
}
/* .ivu-input-prefix {
left: 12px;
font-size: 14px;
color: rgba(0, 0, 0, 0.25);
}*/
.getCaptcha
{
.getCaptcha
{
display
:
block
;
display
:
block
;
width
:
100%
;
width
:
100%
;
...
@@ -253,6 +245,7 @@
...
@@ -253,6 +245,7 @@
.forge-password
{
.forge-password
{
font-size
:
14px
;
font-size
:
14px
;
}
}
button
.login-button
{
button
.login-button
{
padding
:
0
15px
;
padding
:
0
15px
;
font-size
:
16px
;
font-size
:
16px
;
...
...
src/views/Register.vue
View file @
807f2eb5
...
@@ -47,14 +47,12 @@
...
@@ -47,14 +47,12 @@
</a-form-item>
</a-form-item>
</a-col>
</a-col>
<a-col
class=
"gutter-row"
:span=
"8"
>
<a-col
class=
"gutter-row"
:span=
"8"
>
<span
class=
"ivu-input-prefix"
>
<a-button
<a-button
class=
"getCaptcha"
class=
"getCaptcha"
size=
"large"
size=
"large"
:disabled=
"state.smsSendBtn"
:disabled=
"state.smsSendBtn"
@
click
.
stop
.
prevent=
"getCaptcha"
@
click
.
stop
.
prevent=
"getCaptcha"
v-text=
"!state.smsSendBtn && '获取验证码'||(state.time+' s')"
></a-button>
v-text=
"!state.smsSendBtn && '获取验证码'||(state.time+' s')"
></a-button>
</span>
</a-col>
</a-col>
</a-row>
</a-row>
...
...
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