From 871287c93024c2b788755d431daf42fe8cf505da Mon Sep 17 00:00:00 2001 From: ZHAOTONGHUA <2066753415@qq.com> Date: Tue, 26 Nov 2019 16:42:26 +0800 Subject: [PATCH] =?UTF-8?q?c=E5=BA=93=E5=9B=BA=E5=AE=9A=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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/views/database/c-index.php b/frontend/views/database/c-index.php index 2db6ff3..9c5f5f4 100644 --- a/frontend/views/database/c-index.php +++ b/frontend/views/database/c-index.php @@ -97,7 +97,7 @@ use \common\libs\MyLib;
- +
@@ -161,7 +161,6 @@ use \common\libs\MyLib; //table设置一定的高度 var tab=$("#listTable").attr('data-height'); $('.fixed-table-body').css({'height':tab-40}); - $('.fixed-table-container').css({'height':tab-40}) //当浏览器窗口变化时,表头与表格不对齐解决 $('.table').bootstrapTable(); $(window).resize(function () {