bfc4563a by yangjianbin

Merge branch 'develop' of http://g.28ms.com:8000/yangjianbin/page into develop

2 parents c15b66af d86a6ff9
...@@ -43,21 +43,22 @@ ...@@ -43,21 +43,22 @@
43 </div> 43 </div>
44 44
45 <div class="col-xs-2"> 45 <div class="col-xs-2">
46 <input type="text" class="form-control input-text table_search" value="" placeholder="用户名" column="1" name="userName"> 46 <input type="text" class="form-control input-text table_search" value="" size="1" placeholder="用户名" column="9" name="userName">
47 </div> 47 </div>
48 48
49 <div class="col-xs-2"> 49 <div class="col-xs-2">
50 <input type="text" class="form-control input-text table_search" value="" placeholder="真实姓名" column="2" name="name"> 50 <input type="text" class="form-control input-text table_search" value="" size="1" placeholder="真实姓名" column="13" name="name">
51 </div> 51 </div>
52 52
53 <div class="col-xs-2"> 53 <div class="col-xs-2">
54 <input type="text" class="form-control input-text table_search" value="" placeholder="手机号" column="3" name="phone"> 54 <input type="text" class="form-control input-text table_search" value="" size="1" placeholder="手机号" column="10" name="phone">
55 </div> 55 </div>
56 56
57 </div> 57 </div>
58 58
59 59
60 60
61
61 <div> 62 <div>
62 <button class="btn btn-primary radius" type="button" onclick="$('#table').DataTable().draw()">搜索</button> 63 <button class="btn btn-primary radius" type="button" onclick="$('#table').DataTable().draw()">搜索</button>
63 <input class="btn btn-warning radius" type="reset" value="重置搜索"> 64 <input class="btn btn-warning radius" type="reset" value="重置搜索">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!