This commit is contained in:
2022-10-17 22:47:30 +08:00
committed by GitHub
parent ebd614b2e4
commit 9daa370797
+3 -3
View File
@@ -3,7 +3,6 @@
<title>Jiscuss Demo</title>
<head>
<#include "comm/commjs.ftl"/>
<style type="text/css">
body {
background-color: #f7f8fa;
@@ -44,7 +43,7 @@
<div class="field">
<div class="ui left icon input">
<i class="lock icon"></i>
<input type="password" name="password" placeholder="密码">
<input type="password" name="password" placeholder="密 码">
</div>
</div>
<div class="field" id="msgId" style="display:none">
@@ -52,7 +51,8 @@
${msg}
</div>
</div>
<button class="ui fluid large blue button" type="submit">登录</button>
<button class="ui fluid large blue button" type="submit">登 录</button>
</div>
<div class="ui error message"></div>