From dd2d18b47484365ca149206c6e719627f0ee46c6 Mon Sep 17 00:00:00 2001 From: ZHAOTONGHUA <2066753415@qq.com> Date: Tue, 26 Nov 2019 16:57:14 +0800 Subject: [PATCH] =?UTF-8?q?b=E5=BA=93=EF=BC=8Cc=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/c-index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/views/database/c-index.php b/frontend/views/database/c-index.php index eb0c692..ca6d785 100644 --- a/frontend/views/database/c-index.php +++ b/frontend/views/database/c-index.php @@ -160,7 +160,7 @@ use \common\libs\MyLib; function fix(){ //table设置一定的高度 var tab=$("#listTable").attr('data-height'); - $('.fixed-table-body').css({'height':tab-129}); + $('.fixed-table-body').css({'height':tab-99}); //当浏览器窗口变化时,表头与表格不对齐解决 $('.table').bootstrapTable(); $(window).resize(function () {