fix(UI 自动化): 测试报告显示错位
--bug=1015974 --user=张大海 【UI测试】批量执行场景-任务列表点击查看报告-显示错位 https://www.tapd.cn/55049933/s/1227675
This commit is contained in:
parent
6dcd86994c
commit
47635c9de0
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue