1 document.getElementById('params_box').style.display = 'block';
修改为
1 document.getElementById('params_box').style.display = 'table-row';