css部分
.tables{
width: 100%;
height: 100%;
table-layout: fixed;
}
.table_tit{
white-space: nowrap; //禁止td换行
overflow: hidden; //隐藏X,Y滚动条
text-overflow: ellipsis;//将显示不完的以...显示
}.tables{
width: 100%;
height: 100%;
tabcss部分
.tables{
width: 100%;
height: 100%;
table-layout: fixed;
}
.table_tit{
white-space: nowrap; //禁止td换行
overflow: hidden; //隐藏X,Y滚动条
text-overflow: ellipsis;//将显示不完的以...显示
}.tables{
width: 100%;
height: 100%;
tab