Commit e0270a03 authored by zhang's avatar zhang

style: 调整检测方案详情表格编号和描述的比例

parent 8e39f0c0
...@@ -172,12 +172,12 @@ ...@@ -172,12 +172,12 @@
v-if="item.useCases && item.useCases.length" v-if="item.useCases && item.useCases.length"
> >
<tr> <tr>
<th>用例编号</th> <th class="useCaseNum">用例编号</th>
<th>用例描述</th> <th class="useCaseDes">用例描述</th>
</tr> </tr>
<tr v-for="(item, key4) in item.useCases"> <tr v-for="(item, key4) in item.useCases">
<td>{{ item.customizedID }}</td> <td>{{ item.customizedID }}</td>
<td> <td >
{{ item.description }} {{ item.description }}
</td> </td>
</tr> </tr>
...@@ -374,4 +374,10 @@ export default { ...@@ -374,4 +374,10 @@ export default {
margin-top: 10px; margin-top: 10px;
} }
} }
.useCaseNum{
width: 10px;
}
.useCaseDes{
width: 100px;
}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment