init
Showing
1 changed file
with
11 additions
and
11 deletions
| ... | @@ -41,23 +41,23 @@ | ... | @@ -41,23 +41,23 @@ |
| 41 | </select> | 41 | </select> |
| 42 | </span> | 42 | </span> |
| 43 | </div> | 43 | </div> |
| 44 | </div> | ||
| 45 | 44 | ||
| 46 | <div class="row cl mb-20"> | 45 | <div class="col-xs-2"> |
| 47 | <div class="form-group col-sm-4 col-md-2"> | 46 | <input type="text" class="form-control input-text table_search" value="" placeholder="用户名" column="3" name="userName"> |
| 48 | <label>用户名</label> | ||
| 49 | <input type="text" class="form-control input-text table_search" name="userName" value=""> | ||
| 50 | </div> | 47 | </div> |
| 51 | <div class="form-group col-sm-4 col-md-2"> | 48 | |
| 52 | <label>真实姓名</label> | 49 | <div class="col-xs-2"> |
| 53 | <input type="text" class="form-control input-text table_search" name="name" value=""> | 50 | <input type="text" class="form-control input-text table_search" value="" placeholder="真实姓名" column="3" name="name"> |
| 54 | </div> | 51 | </div> |
| 55 | <div class="form-group col-sm-4 col-md-2"> | 52 | |
| 56 | <label>手机号</label> | 53 | <div class="col-xs-2"> |
| 57 | <input type="text" class="form-control input-text table_search" name="phone" value=""> | 54 | <input type="text" class="form-control input-text table_search" value="" placeholder="手机号" column="3" name="phone"> |
| 58 | </div> | 55 | </div> |
| 56 | |||
| 59 | </div> | 57 | </div> |
| 60 | 58 | ||
| 59 | |||
| 60 | |||
| 61 | <div> | 61 | <div> |
| 62 | <button class="btn btn-primary radius" type="button" onclick="$('#table').DataTable().draw()">搜索</button> | 62 | <button class="btn btn-primary radius" type="button" onclick="$('#table').DataTable().draw()">搜索</button> |
| 63 | <input class="btn btn-warning radius" type="reset" value="重置搜索"> | 63 | <input class="btn btn-warning radius" type="reset" value="重置搜索"> | ... | ... |
-
Please register or sign in to post a comment