底部占位符 + 按钮变好看

This commit is contained in:
limqhz
2022-12-16 18:42:26 +08:00
parent 75f88a420f
commit df370f0844
11 changed files with 22 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
<view class="inputClass">
<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 label="用户名" placeholder="请输入用户名" 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">
<image