浏览代码

修复切换bug

laiguoran 5 年之前
父节点
当前提交
d9b0f16e06
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/public/js/stage.js

+ 2 - 0
app/public/js/stage.js

@@ -2648,9 +2648,11 @@ $(document).ready(() => {
                 if (!detail) {
                     detail = new Detail($('#detail-spread'));
                     detail.spread.refresh();
+                    $('#zhongjian .sjs-bottom').height('400px');
                     $('.zhongjian-msg').height($('#zhongjian .sjs-bottom').height());
                 } else {
                     detail.spread.refresh();
+                    $('#zhongjian .sjs-bottom').height('400px');
                     $('.zhongjian-msg').height($('#zhongjian .sjs-bottom').height());
                 }
             }