原文:table中的td內容超出隱藏

table標簽需要設定屬性table layout: fixed width:XXXpx 在要超出隱藏的td標簽上設定屬性 white space: nowrap text overflow: ellipsis overflow: hidden 不要忘了給table加個寬度 ...

2013-08-20 10:58 0 30753 推薦指數:

查看詳情

tabletd內容超出隱藏

table標簽需要設定屬性 table-layout: fixed;width:XXXpx; 在要超出隱藏td標簽上設定屬性 white-space: nowrap;text-overflow: ellipsis;overflow: hidden; 不要忘了給table加個 ...

Mon Sep 11 23:23:00 CST 2017 0 1080
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM