From 7494a08290fe81bde41cc47a8d5890af3e01e927 Mon Sep 17 00:00:00 2001 From: ZHAOTONGHUA <2066753415@qq.com> Date: Tue, 26 Nov 2019 17:04:24 +0800 Subject: [PATCH] =?UTF-8?q?a=E5=BA=93=EF=BC=8Cb=E5=BA=93=E5=9B=BA=E5=AE=9A?= =?UTF-8?q?=E8=A1=A8=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/views/database/a-index.php | 2 +- frontend/views/database/b-index.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/views/database/a-index.php b/frontend/views/database/a-index.php index e867900..9dc29c1 100644 --- a/frontend/views/database/a-index.php +++ b/frontend/views/database/a-index.php @@ -218,7 +218,7 @@ use \common\libs\MyLib; function fix(){ //table设置一定的高度 var tab=$("#listTable").attr('data-height'); - $('.fixed-table-body').css({'height':tab-40}); + $('.fixed-table-body').css({'height':tab-100}); //当浏览器窗口变化时,表头与表格不对齐解决 $('.table').bootstrapTable(); $(window).resize(function () { diff --git a/frontend/views/database/b-index.php b/frontend/views/database/b-index.php index 4bf0553..efa17ea 100644 --- a/frontend/views/database/b-index.php +++ b/frontend/views/database/b-index.php @@ -97,7 +97,7 @@ use \common\libs\MyLib;
- +
@@ -157,7 +157,7 @@ use \common\libs\MyLib; function fix(){ //table设置一定的高度 var tab=$("#listTable").attr('data-height'); - $('.fixed-table-body').css({'height':tab-99}); + $('.fixed-table-body').css({'height':tab-100}); //当浏览器窗口变化时,表头与表格不对齐解决 $('.table').bootstrapTable(); $(window).resize(function () {