添加重置按钮

This commit is contained in:
cxykevin 2024-08-20 21:49:19 +08:00
parent 08b822fff8
commit fd8564ecc2
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@
label="用户名"></mdui-text-field>
<mdui-text-field id="passwd" style="display:block;height:54px;width:90%;left:10%;margin:auto"
label="密码" type="password" toggle-password></mdui-text-field>
<mdui-button style="width:90%;margin-left:5%" variant="elevated"
href="/resetpasswd">忘记密码?点我重置</mdui-button>
<div style="position: absolute;bottom:20px;width:100%">
<mdui-button id="loginbtn" style="width:calc(90% - 110px);margin-right:10px;margin-left:5%"
onclick="logins()">登录</mdui-button>