Skip to content

Commit 807f2eb

Browse files
committed
cleanup.
1 parent 4418fea commit 807f2eb

File tree

2 files changed

+12
-21
lines changed

2 files changed

+12
-21
lines changed

β€Žsrc/views/Login.vue

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,13 @@
4343
</a-form-item>
4444
</a-col>
4545
<a-col class="gutter-row" :span="8">
46-
<span class="ivu-input-prefix">
47-
<a-button
48-
class="getCaptcha"
49-
:disabled="state.smsSendBtn"
50-
@click.stop.prevent="getCaptcha"
51-
v-text="!state.smsSendBtn&&'θŽ·ε–ιͺŒθ―η '||(state.time+' s')"></a-button>
52-
</span>
46+
<a-button
47+
class="getCaptcha"
48+
:disabled="state.smsSendBtn"
49+
@click.stop.prevent="getCaptcha"
50+
v-text="!state.smsSendBtn&&'θŽ·ε–ιͺŒθ―η '||(state.time+' s')"></a-button>
5351
</a-col>
5452
</a-row>
55-
5653
</a-tab-pane>
5754
</a-tabs>
5855

@@ -239,11 +236,6 @@
239236
font-size: 14px;
240237
}
241238
242-
/* .ivu-input-prefix {
243-
left: 12px;
244-
font-size: 14px;
245-
color: rgba(0, 0, 0, 0.25);
246-
}*/
247239
.getCaptcha {
248240
display: block;
249241
width: 100%;
@@ -253,6 +245,7 @@
253245
.forge-password {
254246
font-size: 14px;
255247
}
248+
256249
button.login-button {
257250
padding: 0 15px;
258251
font-size: 16px;

β€Žsrc/views/Register.vue

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,12 @@
4747
</a-form-item>
4848
</a-col>
4949
<a-col class="gutter-row" :span="8">
50-
<span class="ivu-input-prefix">
51-
<a-button
52-
class="getCaptcha"
53-
size="large"
54-
:disabled="state.smsSendBtn"
55-
@click.stop.prevent="getCaptcha"
56-
v-text="!state.smsSendBtn && 'θŽ·ε–ιͺŒθ―η '||(state.time+' s')"></a-button>
57-
</span>
50+
<a-button
51+
class="getCaptcha"
52+
size="large"
53+
:disabled="state.smsSendBtn"
54+
@click.stop.prevent="getCaptcha"
55+
v-text="!state.smsSendBtn && 'θŽ·ε–ιͺŒθ―η '||(state.time+' s')"></a-button>
5856
</a-col>
5957
</a-row>
6058

0 commit comments

Comments
Β (0)