init
Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -46,15 +46,15 @@ | ... | @@ -46,15 +46,15 @@ |
| 46 | <div class="row cl mb-20"> | 46 | <div class="row cl mb-20"> |
| 47 | <div class="form-group col-sm-4 col-md-2"> | 47 | <div class="form-group col-sm-4 col-md-2"> |
| 48 | <label>用户名</label> | 48 | <label>用户名</label> |
| 49 | <input class="table_search" type="text" class="form-control input-text" name="userName" value=""> | 49 | <input type="text" class="form-control input-text table_search" name="userName" value=""> |
| 50 | </div> | 50 | </div> |
| 51 | <div class="form-group col-sm-4 col-md-2"> | 51 | <div class="form-group col-sm-4 col-md-2"> |
| 52 | <label>真实姓名</label> | 52 | <label>真实姓名</label> |
| 53 | <input class="table_search" type="text" class="form-control input-text" name="name" value=""> | 53 | <input type="text" class="form-control input-text table_search" name="name" value=""> |
| 54 | </div> | 54 | </div> |
| 55 | <div class="form-group col-sm-4 col-md-2"> | 55 | <div class="form-group col-sm-4 col-md-2"> |
| 56 | <label>手机号</label> | 56 | <label>手机号</label> |
| 57 | <input class="table_search" type="text" class="form-control input-text" name="phone" value=""> | 57 | <input type="text" class="form-control input-text table_search" name="phone" value=""> |
| 58 | </div> | 58 | </div> |
| 59 | </div> | 59 | </div> |
| 60 | 60 | ... | ... |
-
Please register or sign in to post a comment