重构登录注册页面为a-form-model模式

This commit is contained in:
zhangdaiscott
2021-04-05 18:58:36 +08:00
parent 649f99664e
commit 69a4a7df6d
8 changed files with 465 additions and 487 deletions

View File

@ -37,10 +37,10 @@
</a-button>
</template>
<div class="ant-modal-confirm-body-wrapper">
<a-form-item>
<a-form-model-item>
<span>绑定手机号</span>
</a-form-item>
<a-form-item>
</a-form-model-item>
<a-form-model-item>
<a-input
size="large"
type="text"
@ -48,11 +48,11 @@
v-model="thirdPhone">
<a-icon slot="prefix" type="mobile" :style="{ color: 'rgba(0,0,0,.25)' }"/>
</a-input>
</a-form-item>
</a-form-model-item>
<a-row :gutter="16">
<a-col class="gutter-row" :span="16">
<a-form-item>
<a-form-model-item>
<a-input
size="large"
type="text"
@ -60,7 +60,7 @@
v-model="thirdCaptcha">
<a-icon slot="prefix" type="mail" :style="{ color: 'rgba(0,0,0,.25)' }"/>
</a-input>
</a-form-item>
</a-form-model-item>
</a-col>
<a-col class="gutter-row" :span="8">
<a-button