Commit 3c1116b3495533d2f07c28b1a63d6bbe55dd8a6a
1 parent
e297b660
登录
Showing
1 changed file
with
1 additions
and
1 deletions
login/login.html
... | ... | @@ -17,7 +17,7 @@ |
17 | 17 | <div class="login-main"> |
18 | 18 | <div class="login-name">中兴智能工时系统</div> |
19 | 19 | <div class="login-hint">轻松工作每一天</div> |
20 | - <input type="text" autocomplete=”off” class="login-username" id="login-username" placeholder="邮箱或者账户名"> | |
20 | + <input type="text" autocomplete=”off” class="login-username" id="login-username" placeholder="邮箱或者用户名"> | |
21 | 21 | <input type="password" autocomplete=”off” class="login-password" id="login-password" placeholder="密码"> |
22 | 22 | <div class="login-errorifo" id="login-errorifo"></div> |
23 | 23 | <div class="login-btn" id="login-btn">登录</div> | ... | ... |