Commit 807f2eb5 by Sendya

cleanup.

parent 4418fea3
...@@ -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;
......
...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment