fix(UI 自动化): 测试报告显示错位

--bug=1015974 --user=张大海 【UI测试】批量执行场景-任务列表点击查看报告-显示错位 https://www.tapd.cn/55049933/s/1227675
This commit is contained in:
zhangdahai112 2022-08-19 12:03:00 +08:00 committed by zhangdahai112
parent 6dcd86994c
commit 47635c9de0
2 changed files with 10 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<template>
<ms-container v-loading="loading">
<ms-main-container class="api-report-content">
<el-card>
<el-card class="report-body">
<section class="report-container" v-if="this.report.testId">
<ms-api-report-view-header :show-cancel-button="showCancelButton" :is-plan="isPlan" :is-template="isTemplate"
:debug="debug" :report="report" @reportExport="handleExport"
@ -715,4 +715,8 @@ export default {
.scenario-result .icon.is-active {
transform: rotate(90deg);
}
.report-body{
min-width: 750px!important;
}
</style>

View File

@ -1,7 +1,7 @@
<template>
<ms-container>
<ms-main-container>
<el-card>
<el-card class="report-body">
<section class="report-container">
<div style="margin-top: 10px">
<ms-api-report-view-header
@ -589,4 +589,8 @@ export default {
transform: rotate(90deg);
}
.report-body {
min-width: 750px !important;
}
</style>