|
@@ -1702,6 +1702,7 @@ $(document).ready(() => {
|
|
|
if (detail) {
|
|
|
detail.spread.refresh();
|
|
|
}
|
|
|
+ $('.zhongjian-msg').height($('#zhongjian .sjs-bottom').height());
|
|
|
}
|
|
|
});
|
|
|
|
|
@@ -2647,8 +2648,10 @@ $(document).ready(() => {
|
|
|
if (!detail) {
|
|
|
detail = new Detail($('#detail-spread'));
|
|
|
detail.spread.refresh();
|
|
|
+ $('.zhongjian-msg').height($('#zhongjian .sjs-bottom').height());
|
|
|
} else {
|
|
|
detail.spread.refresh();
|
|
|
+ $('.zhongjian-msg').height($('#zhongjian .sjs-bottom').height());
|
|
|
}
|
|
|
}
|
|
|
if (tab.attr('content') === '#checked-change') {
|