表格全屏化 使用id选择器就可以了全屏化了
<style type="text/css"> html,body{ margin:0; padding:0; height:100%; border:none }#fullheight{height:100%;width: 100%;}</style>