HTML CSS 表格换行禁止 超出指定长度自动截断

word-break:keep-all;

white-space:nowrap;

overflow:hidden;

min-width:30px;

max-width:100px;