@@ -44,6 +44,7 @@
td{
height: 40px;
line-height: 40px;
+ white-space: nowrap;
}
.box{
@@ -85,11 +86,13 @@
height: 49px;
border: 1px #E2E5EF solid;
font-size: 16px;
&:last-child{
border-right: none;
padding:10px 5px;
img{
@@ -38,7 +38,7 @@ function renderFlawList(data){
<tr>
<th>来源</th>
<th>缺陷详情</th>
- <th>扣分</th>
+ <th width="105">扣分</th>
</tr>
</thead>
<tbody></tbody>`;