Explorar o código

修复切换bug

laiguoran %!s(int64=5) %!d(string=hai) anos
pai
achega
d9b0f16e06
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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());
                 }
             }