注册页面、修改密码页面。
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user