style(接口测试): 优化任务中心场景报告显示样式

--bug=1020475 --user=王孝刚 【任务中心】任务中心-场景报告-显示优化
https://www.tapd.cn/55049933/s/1308701
This commit is contained in:
wxg0103 2022-11-30 16:39:58 +08:00 committed by wxg0103
parent 3b5156fa7f
commit c59a408676
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,7 @@
<div class="split"></div>
<!-- 场景统计 -->
<div style="width: 50%">
<el-row type="flex" justify="center" align="middle">
<el-row type="flex" justify="center" align="middle" v-if="report.reportType !== 'API_INTEGRATED'">
<div class="metric-box">
<div class="value">{{ content.scenarioTotal ? content.scenarioTotal : 0 }}</div>
@ -92,6 +93,7 @@
<div class="name">{{ $t('api_test.home_page.detail_card.unexecute') }}</div>
</div>
</el-row>
</el-row>
<el-divider v-if="report.reportType !== 'API_INTEGRATED'"/>
<el-row type="flex" justify="center" align="middle">
<el-row type="flex" justify="center" align="middle">