Showing
1 changed file
with
1 additions
and
1 deletions
@@ -144,7 +144,7 @@ | @@ -144,7 +144,7 @@ | ||
144 | <h4 class="modal-title" id="myUserModalLabel"></h4> | 144 | <h4 class="modal-title" id="myUserModalLabel"></h4> |
145 | </div> | 145 | </div> |
146 | <div class="modal-body"> | 146 | <div class="modal-body"> |
147 | - <div id="userTable"></div> | 147 | + <div id="userTable"style="overflow-y: auto; overflow-x:hidden;max-height: 600px"></div> |
148 | </div> | 148 | </div> |
149 | <div class="modal-footer"> | 149 | <div class="modal-footer"> |
150 | <button type="button" class="btn btn-danger" data-dismiss="modal">关闭</button> | 150 | <button type="button" class="btn btn-danger" data-dismiss="modal">关闭</button> |
-
Please register or login to post a comment