修改登录验证码样式
This commit is contained in:
parent
a3b72d5ad6
commit
43d3ae01cd
|
|
@ -40,14 +40,14 @@
|
||||||
|
|
||||||
<uni-forms-item name="code">
|
<uni-forms-item name="code">
|
||||||
<!-- 手机验证码, 不限制数字还是本文, 如果发送为文本则无需app升级。 -->
|
<!-- 手机验证码, 不限制数字还是本文, 如果发送为文本则无需app升级。 -->
|
||||||
<view style="display: flex;">
|
<view style="display: flex;" class="u-flex u-flex-y-center">
|
||||||
<uni-easyinput class='jeepay-easyinput' :maxlength="6" placeholder="请输入验证码"
|
<uni-easyinput class='jeepay-easyinput' :maxlength="6" placeholder="请输入验证码"
|
||||||
v-model="vdata.formData.code" :clearable="false">
|
v-model="vdata.formData.code" :clearable="false">
|
||||||
<template #prefixIcon>
|
<template #prefixIcon>
|
||||||
<image src="@/static/login/icon-sms-code.svg" class="input-icon" />
|
<image src="@/static/login/icon-sms-code.svg" class="input-icon" />
|
||||||
</template>
|
</template>
|
||||||
</uni-easyinput>
|
</uni-easyinput>
|
||||||
<image :src="vdata.formData.img" class="u-m-t-20"
|
<image :src="vdata.formData.img" class=" u-m-b-50"
|
||||||
style="width: 200rpx; height: 80rpx;margin-left: 10rpx;" @click="getCode" mode="">
|
style="width: 200rpx; height: 80rpx;margin-left: 10rpx;" @click="getCode" mode="">
|
||||||
</image>
|
</image>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue