feat(REQ-5965) - 管理实例的授权码输入框改成密码风格
This commit is contained in:
parent
75842bcb96
commit
8e628d9769
@ -150,7 +150,7 @@
|
||||
<span class="absolute inset-y-0 left-0 flex items-center pl-3 text-gray-500">
|
||||
<i class="fa fa-key"></i>
|
||||
</span>
|
||||
<input type="text" id="authCode" name="authCode"
|
||||
<input type="password" id="authCode" name="authCode"
|
||||
class="w-full pl-10 pr-4 py-2.5 rounded-lg border border-gray-300 form-input-focus form-transition"
|
||||
placeholder="请输入授权码" required/>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user