修改上下区域,隐藏下部时,看不到区域按钮的问题

This commit is contained in:
jianghongdong 2018-09-28 18:03:20 +08:00
parent 6ca894fedf
commit 357143d379

View File

@ -58,6 +58,7 @@
}else{
second.hide();
changeLayout();
$('#FirstFrame').attr('style','width: 100%; height: '+eval(FirstFrame.offsetHeight-5)+'px;');
}
})).mousedown(AsLink.stopEvent);