Explorar el Código

修改暂无数据高度

zhangxc hace 5 años
padre
commit
89391b6df1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/js/information.js

+ 1 - 0
src/js/information.js

@@ -49,6 +49,7 @@ function getInfomation() {
     var item = '';
     if (!data) {
       $("h1").html("暂时没有数据");
+      adjustHeight()
       $(".anchors").css("display", "none");
       return;
     }