From 2576ca9a5f5749f3a224ed1c401f07eefe658cc5 Mon Sep 17 00:00:00 2001 From: ZHAOTONGHUA <2066753415@qq.com> Date: Tue, 26 Nov 2019 10:30:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E8=A1=A8=E5=A4=B4=E6=96=B9?= =?UTF-8?q?=E6=B3=95=EF=BC=8C=E5=AF=BC=E5=85=A5=E6=A1=86=E6=9E=B6=E5=9C=A8?= =?UTF-8?q?table=E9=87=8C=E9=9D=A2=E5=A1=AB=E5=85=A5=E6=95=B0=E5=80=BC?= =?UTF-8?q?=EF=BC=8C=E7=84=B6=E5=90=8E=E5=9C=A8js=E9=87=8C=E9=9D=A2?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E4=B8=80=E5=AE=9A=E7=9A=84=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/views/menu/index.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/views/menu/index.php b/frontend/views/menu/index.php index 61bca34..5d1430c 100644 --- a/frontend/views/menu/index.php +++ b/frontend/views/menu/index.php @@ -22,7 +22,7 @@ use \common\libs\MyLib;
- +
@@ -120,10 +120,8 @@ use \common\libs\MyLib; } $(function() { search(); - var tab=$("#listTable").attr('data-height'); - console.log(tab); - $('.fixed-table-body').css({'height':tab}); + $('.fixed-table-body').css({'height':tab-40}); }); endBlock(); ?>
ID