表格列數和行數較多時,把重要的列與行固定,以便於瀏覽表格內容才得以提高用戶體驗。 ... div{ overflow:auto; width:100%; height:108px; /* 固定高度*/ } td, ...
確定! 回上一頁