You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gateway/Resources/user.html

10 lines
383 B
HTML

<div class="el-form-item user el-input">
<input type="text" id="user" required autocomplete="on" placeholder="对接应用账号" name="Username" value="{name}" class="el-input__inner">
</div>
<div class="el-form-item password el-input">
<input type="password" autocomplete="on" placeholder="对接应用密码" name="Password" class="el-input__inner">
</div>