This commit is contained in:
limqhz
2022-12-16 18:53:54 +08:00
parent 8ac4ce3e1c
commit 654f71789a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<view class="inputClass">
<t-input label="用户名" placeholder="请输入用户名" bindchange="inputChange" data-type='userName' clearable />
<t-input label="用户名" placeholder="请输入用户名" maxlength="{{10}}" bindchange="inputChange" data-type='userName' clearable />
<t-input label="密 码" placeholder="请输入密码" type="password" bindchange="inputChange" data-type='password' clearable />
<t-input placeholder="请输入验证码" bindchange="inputChange" data-type='code' label="验证码">
<view slot="suffix">

View File

@@ -7,7 +7,7 @@
.subButton {
position: absolute;
width: 96%;
bottom:20rpx;
bottom:66rpx;
left: 50%;
transform: translateX(-50%);
}