|
@@ -1,19 +1,9 @@
|
|
|
<style>
|
|
<style>
|
|
|
#user-lists{
|
|
#user-lists{
|
|
|
- max-height: 600px;
|
|
|
|
|
|
|
+ max-height: 575px;
|
|
|
overflow-x: hidden;
|
|
overflow-x: hidden;
|
|
|
overflow-y: scroll;
|
|
overflow-y: scroll;
|
|
|
}
|
|
}
|
|
|
- @media screen and (max-width: 1366px){
|
|
|
|
|
- #user-lists{
|
|
|
|
|
- max-height: 368px;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- @media screen and (max-width: 1600px){
|
|
|
|
|
- #user-lists{
|
|
|
|
|
- max-height: 480px;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
</style>
|
|
</style>
|
|
|
<div class="loading in" ng-class="{'in': loading}">
|
|
<div class="loading in" ng-class="{'in': loading}">
|
|
|
<!--<i></i>-->
|
|
<!--<i></i>-->
|
|
@@ -28,7 +18,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="form-group" id="window-search" style="height: 36px; margin-bottom: 0; margin-top: 5px;">
|
|
<div class="form-group" id="window-search" style="height: 36px; margin-bottom: 0; margin-top: 5px;">
|
|
|
<div class="col-sm-12">
|
|
<div class="col-sm-12">
|
|
|
- <input type="text" class="form-control input-sm ng-pristine ng-invalid ng-invalid-required ng-touched" required="" placeholder="输入用户名关键词搜索" autofocus="" ng-model="keyword" ng-search="onSearch(keyword)" />
|
|
|
|
|
|
|
+ <input type="text" class="form-control input-sm ng-pristine ng-invalid ng-invalid-required ng-touched" required="" placeholder="输入用户电话和用户名关键词搜索" autofocus="" ng-model="keyword" ng-search="onSearch(keyword)" />
|
|
|
<a class="btn input-group-addon" ng-click="onSearch()">搜索</a>
|
|
<a class="btn input-group-addon" ng-click="onSearch()">搜索</a>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|