From 4527c4d0ca2f6590586ad64505a961bf707fa739 Mon Sep 17 00:00:00 2001 From: ZHAOTONGHUA <2066753415@qq.com> Date: Tue, 26 Nov 2019 15:39:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96table=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/views/database/b-index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/views/database/b-index.php b/frontend/views/database/b-index.php index 97d093f..6cf3b72 100644 --- a/frontend/views/database/b-index.php +++ b/frontend/views/database/b-index.php @@ -161,8 +161,9 @@ use \common\libs\MyLib; var a=$(".ibox-content").height(); var b=$("#searchFrm").height(); var c=a-b; + console.log(a+"----"+b); console.log(c); - if(c<490){ + if(c<100){ alert("不够"); }