refactor(测试跟踪): 调整测试计划报告显示高度
This commit is contained in:
parent
01b0570f8f
commit
927c229b91
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<ms-container>
|
||||
<ms-main-container class="report-content" :class="isShare || isDb || isTemplate? 'full-screen-container' : 'with-header-container'" id = "planReportContainer">
|
||||
<ms-main-container class="report-content" :class="isShare || isTemplate? 'full-screen-container' : 'with-header-container'" id = "planReportContainer">
|
||||
<el-card v-loading="loading">
|
||||
<test-plan-report-buttons :is-db="isDb" :plan-id="planId" :is-share="isShare" :report="report"
|
||||
v-if="!isTemplate && !isShare"/>
|
||||
|
|
Loading…
Reference in New Issue