添加重置按钮
This commit is contained in:
parent
08b822fff8
commit
fd8564ecc2
|
@ -48,6 +48,8 @@
|
||||||
label="用户名"></mdui-text-field>
|
label="用户名"></mdui-text-field>
|
||||||
<mdui-text-field id="passwd" style="display:block;height:54px;width:90%;left:10%;margin:auto"
|
<mdui-text-field id="passwd" style="display:block;height:54px;width:90%;left:10%;margin:auto"
|
||||||
label="密码" type="password" toggle-password></mdui-text-field>
|
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%">
|
<div style="position: absolute;bottom:20px;width:100%">
|
||||||
<mdui-button id="loginbtn" style="width:calc(90% - 110px);margin-right:10px;margin-left:5%"
|
<mdui-button id="loginbtn" style="width:calc(90% - 110px);margin-right:10px;margin-left:5%"
|
||||||
onclick="logins()">登录</mdui-button>
|
onclick="logins()">登录</mdui-button>
|
||||||
|
|
Loading…
Reference in New Issue