注册页面、修改密码页面。

This commit is contained in:
2022-12-30 17:43:10 +08:00
parent 7841e706f6
commit f467cc9203
11 changed files with 333 additions and 390 deletions

View File

@@ -21,9 +21,9 @@
/>
</n-form-item>
<n-grid y-gap="24" :cols="24">
<n-grid x-gap="8" :cols="24">
<n-gi :span="15">
<n-form-item path="password">
<n-form-item path="otp">
<n-input
placeholder="验证码"
v-model:value="model.otp"
@@ -73,8 +73,9 @@
</n-button>
<div style="display: flex; justify-content: flex-end; margin-top: 8px">
<n-button class="txt-btn" text style="margin-left: 16px"> 忘记密码 </n-button>
<n-button class="txt-btn" text style="margin-left: 16px"> 免费注册 </n-button>
<n-button class="txt-btn" text style="margin-left: 16px" @click="$router.push('/register')">
免费注册
</n-button>
</div>
</n-form>
</div>