From e6034097beb738c718599cc36c36a473578d8d66 Mon Sep 17 00:00:00 2001 From: ZHAOTONGHUA <2066753415@qq.com> Date: Tue, 26 Nov 2019 11:51:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=93=E6=B5=8F=E8=A7=88=E5=99=A8=E7=AA=97?= =?UTF-8?q?=E5=8F=A3=E5=8F=98=E5=8C=96=E6=97=B6=EF=BC=8C=E8=A1=A8=E5=A4=B4?= =?UTF-8?q?=E4=B8=8E=E8=A1=A8=E6=A0=BC=E4=B8=8D=E5=AF=B9=E9=BD=90=E8=A7=A3?= =?UTF-8?q?=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/views/menu/index.php | 6 +++--- frontend/views/permissions/index.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/views/menu/index.php b/frontend/views/menu/index.php index 8621179..45625f7 100644 --- a/frontend/views/menu/index.php +++ b/frontend/views/menu/index.php @@ -21,7 +21,7 @@ use \common\libs\MyLib;
- +
@@ -108,9 +108,9 @@ use \common\libs\MyLib; var tab=$("#listTable").attr('data-height'); $('.fixed-table-body').css({'height':tab-40}); //当浏览器窗口变化时,表头与表格不对齐解决 - $('#table').bootstrapTable(); + $('#align').bootstrapTable(); $(window).resize(function () { - $('#table').bootstrapTable('resetView'); + $('#align').bootstrapTable('resetView'); }); }); diff --git a/frontend/views/permissions/index.php b/frontend/views/permissions/index.php index bf78bbc..dd52711 100644 --- a/frontend/views/permissions/index.php +++ b/frontend/views/permissions/index.php @@ -21,7 +21,7 @@ use \common\libs\MyLib;
-
ID
+
@@ -104,9 +104,9 @@ use \common\libs\MyLib; var tab=$("#listTable").attr('data-height'); $('.fixed-table-body').css({'height':tab-40}); //当浏览器窗口变化时,表头与表格不对齐解决 - $('#table').bootstrapTable(); + $('#align').bootstrapTable(); $(window).resize(function () { - $('#table').bootstrapTable('resetView'); + $('#align').bootstrapTable('resetView'); }); });
ID