|
@@ -440,7 +440,7 @@ function getVersion() {
|
|
|
post(config.disclaimer, '').then((res) => {
|
|
|
const data = res.data.data.find(item => item.disclaimerCode == '2');
|
|
|
$(".responsibility").html(data.description);
|
|
|
- $('.iframeWrap').css({height: $(window).height()-125-$(".responsibility").height()+'px'})
|
|
|
+ $('.iframeWrap').css({height: $(window).height()-115-$(".responsibility").height()+'px'})
|
|
|
|
|
|
})
|
|
|
}
|