style(接口测试): 小屏幕报告样式显示换行优化

--bug=1018725 --user=赵勇 【接口测试】任务中心查看测试报告,窗口宽度不够的时候会显示错位 https://www.tapd.cn/55049933/s/1274837
This commit is contained in:
fit2-zhao 2022-10-24 17:45:34 +08:00 committed by 刘瑞斌
parent c837d48fe9
commit 9c06706696
3 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,7 @@
<!-- content header chart --> <!-- content header chart -->
<ms-metric-chart :content="content" :totalTime="totalTime" :report="report"/> <ms-metric-chart :content="content" :totalTime="totalTime" :report="report"/>
<el-tabs v-model="activeName" @tab-click="handleClick" style="min-width: 1000px"> <el-tabs v-model="activeName" @tab-click="handleClick" style="min-width: 1500px">
<!-- all step--> <!-- all step-->
<el-tab-pane label="All" name="total"> <el-tab-pane label="All" name="total">
<ms-scenario-results <ms-scenario-results

View File

@ -233,6 +233,6 @@ export default {
} }
.report-header { .report-header {
min-width: 1000px; min-width: 1500px;
} }
</style> </style>

View File

@ -318,6 +318,7 @@ export default {
<style scoped> <style scoped>
.metric-container { .metric-container {
padding: 5px 10px; padding: 5px 10px;
min-width: 1500px;
} }
.metric-container #chart { .metric-container #chart {