在較小的螢幕上,幫表格加入橫向捲軸(overflow-x),是最簡單的處理方式,css 程式碼如下: table { width: 100%; display: block; overflow-x: auto; white-space: ...
確定! 回上一頁