style(接口测试): 优化标题

This commit is contained in:
q4speed 2020-10-09 18:07:52 +08:00
parent 831741c97d
commit b63a3ebbbc
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<el-col>
<span>{{ report.projectName }} / </span>
<router-link :to="path">{{ report.testName }}</router-link>
<span class="time">{{ report.createTime | timestampFormatDate }}</span>
<span class="time"> {{ report.createTime | timestampFormatDate }}</span>
<el-button :disabled="isReadOnly" class="export-button" plain type="primary" size="mini" @click="handleExport(report.name)"
style="margin-left: 1200px">
{{$t('test_track.plan_view.export_report')}}