Parcourir la source

修复切换bug

laiguoran il y a 5 ans
Parent
commit
d9b0f16e06
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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());
                 }
             }