|
@@ -144,7 +144,7 @@ function receiptYear(){
|
|
|
$(document).ready( function () {
|
|
|
|
|
|
//var data =
|
|
|
- var bodyHeight=$(document.body).height()-200;
|
|
|
+ var wHeight=$(window).height()-200;
|
|
|
|
|
|
var table =$('#example').DataTable({
|
|
|
//data:data,
|
|
@@ -166,7 +166,7 @@ $(document).ready( function () {
|
|
|
"sInfo": "显示第 _START_ 至 _END_ 项结果,共 _TOTAL_ 项",
|
|
|
},
|
|
|
|
|
|
- scrollY: bodyHeight+"px",
|
|
|
+ scrollY: wHeight+"px",
|
|
|
scrollX: true,
|
|
|
scrollCollapse: true,
|
|
|
|