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("不够"); }