1.登陆地步登陆方式调整

2023.11.25 sws
master
sws 2023-11-25 11:00:02 +08:00
parent 2f0083c4bf
commit 1dfaf12e9d
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@
<view v-else-if="current_opt_form == 'reg'" class="form-content">
<form @submit="formReg">
<!-- form表单距离去除顶部沾满整个空间的高度 -->
<view class="flex-col jc-sb" style="min-height: calc(100vh - 366rpx)">
<view class="flex-col jc-sb" style="min-height: calc(100vh - 390rpx)">
<view class="margin-bottom-xxxl">
<!-- 注册方式选择 -->
<view v-if="(home_user_reg_type || null) != null && home_user_reg_type.length > 0" class="opt-type-list margin-vertical-xxxl">