Commit 5c761ebe0dc8486b0903f9456a7d252726163883
1 parent
d95e5bec
解决BUG:分辨率1366*768 下图没有滚动条及数据显示不全
Showing
1 changed file
with
2 additions
and
2 deletions
js/pagejs/parkquery.js
| ... | ... | @@ -529,8 +529,8 @@ $(function () { | 
| 529 | 529 | list_wrap_height(); | 
| 530 | 530 | } else { | 
| 531 | 531 | $('#list_wrap').css('height', 'auto'); | 
| 532 | - $('#list_wrap').perfectScrollbar('destroy'); | |
| 533 | - $('#list_wrap').perfectScrollbar(); | |
| 532 | + // $('#list_wrap').perfectScrollbar('destroy'); | |
| 533 | + // $('#list_wrap').perfectScrollbar(); | |
| 534 | 534 | } | 
| 535 | 535 | |
| 536 | 536 | // console.log('请求数据ajax'); | ... | ... | 
 
