.subTableMoreLine
{
width:95%;
height:auto;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
border:1px solid #808080;
border-collapse:collapse;
clear:both;
table-layout:fixed;//*
}
.subTableMoreLine tr{
white-space:pre-line;//*
}
.subTableMoreLine th{
white-space:pre-line;//*
}
th.adjust
{
width:10%;
}
.subTableMoreLine td{
height:auto;//*
word-break:break-all;//*
word-wrap:break-word;//*
}
加//*的是必须的样式