table 表格中根据td中的内容自适应宽度
.table_content tr td{white-space: nowrap}
然后设置父元素的溢出处理,实现拉动效果
.table_content{overflow:auto;display:block;width: 100%;}
table 表格中根据td中的内容自适应宽度
.table_content tr td{white-space: nowrap}
然后设置父元素的溢出处理,实现拉动效果
.table_content{overflow:auto;display:block;width: 100%;}