Browse Source

登录页修改

laiguoran 6 years ago
parent
commit
37d9961790
2 changed files with 1 additions and 1 deletions
  1. 1 0
      web/users/html/login-infoinput.html
  2. 0 1
      web/users/html/login.html

+ 1 - 0
web/users/html/login-infoinput.html

@@ -28,6 +28,7 @@
                 <div class="card-body">
                     <div class="form-group">
                         <input class="form-control" placeholder="真实姓名" name="real_name" id="name">
+                        
                     </div>
                     <div class="form-group">
                         <input class="form-control" placeholder="企业名称" name="company" id="company">

+ 0 - 1
web/users/html/login.html

@@ -17,7 +17,6 @@
     <div class="container">
         <form class="form-signin" method="post" onsubmit="return false">
             <h1 class="d-flex justify-content-center mb-5">纵横建筑云计价</h1>
-            
             <div class="form-group">
                 <input id="inputEmail" class="form-control " name="inputEmail" placeholder="通行账号 邮箱/手机" autofocus="" />
             </div>