意见反馈页面错乱,增加js代码
This commit is contained in:
parent
067c10ebbb
commit
e084fdf26b
@ -47,6 +47,9 @@ function afterSearch(){
|
||||
}
|
||||
getObj(0,i,"filelist").innerHTML=html;
|
||||
getObj(0,i,"filelist").style["white-space"]="pre-wrap";
|
||||
$('#Left_TD_myiframe0 tr[tableid]').each(function(index,element){
|
||||
$(element).css('height',$('#TR_Right_myiframe0_'+index+'').css('height'))
|
||||
})
|
||||
};
|
||||
}
|
||||
function showPDF(id,name){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user