diff --git a/frontend/views/finance/ticheng-jisuan.php b/frontend/views/finance/ticheng-jisuan.php index bf1f76a..ecfdaa8 100644 --- a/frontend/views/finance/ticheng-jisuan.php +++ b/frontend/views/finance/ticheng-jisuan.php @@ -131,7 +131,7 @@ use \common\libs\MyLib;
- +
diff --git a/frontend/views/menu/index.php b/frontend/views/menu/index.php index 3f1ee45..9722965 100644 --- a/frontend/views/menu/index.php +++ b/frontend/views/menu/index.php @@ -41,7 +41,6 @@ use \common\libs\MyLib; beginBlock('footer_js'); ?> - @@ -100,22 +99,8 @@ use \common\libs\MyLib; } }); } - - //固定表头 - function fix(){ - //table设置一定的高度 - var tab=$("#listTable").attr('data-height'); - $('.fixed-table-body').css({'height':tab-40}); - //当浏览器窗口变化时,表头与表格不对齐解决 - $('.table').bootstrapTable(); - $(window).resize(function () { - $('.table').bootstrapTable('resetView'); - }); - } - $(function() { search(); - fix(); }); endBlock(); ?> diff --git a/frontend/views/permissions/index.php b/frontend/views/permissions/index.php index 40253b3..b2f0ffe 100644 --- a/frontend/views/permissions/index.php +++ b/frontend/views/permissions/index.php @@ -21,7 +21,7 @@ use \common\libs\MyLib;
-
+
@@ -38,7 +38,6 @@ use \common\libs\MyLib; beginBlock('footer_js'); ?> - @@ -97,21 +96,9 @@ use \common\libs\MyLib; } }); } - //固定表头 - function fix(){ - //table设置一定的高度 - var tab=$("#listTable").attr('data-height'); - $('.fixed-table-body').css({'height':tab-40}); - //当浏览器窗口变化时,表头与表格不对齐解决 - $('.table').bootstrapTable(); - $(window).resize(function () { - $('.table').bootstrapTable('resetView'); - }); - } $(function() { search(); - fix(); }); endBlock(); ?>
ID