🎨 style: 调整文案
This commit is contained in:
parent
c9922e57ca
commit
34a758971f
|
@ -197,6 +197,7 @@ body {
|
|||
.form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-top: 0.2rem;
|
||||
}
|
||||
|
||||
.f-input {
|
||||
|
|
|
@ -46,7 +46,6 @@
|
|||
</p>
|
||||
</div>
|
||||
<div class="form">
|
||||
<p class="f-title">支付宝账号</p>
|
||||
<input type="text" placeholder="请输入真实姓名" class="f-input" v-model="form.receive_name" maxlength="6">
|
||||
<input type="text" placeholder="请输入支付宝账号" class="f-input" v-model="form.receive_account">
|
||||
<p class="f-prompt">您可在支付宝的个人信息中查看【支付宝账号】</p>
|
||||
|
|
Loading…
Reference in New Issue