diff --git a/frontend/src/business/components/track/plan/view/TestPlanView.vue b/frontend/src/business/components/track/plan/view/TestPlanView.vue index 35cfcc070a..cc00e39757 100644 --- a/frontend/src/business/components/track/plan/view/TestPlanView.vue +++ b/frontend/src/business/components/track/plan/view/TestPlanView.vue @@ -24,13 +24,33 @@ - - - - + + + +
- +
{{$t('test_track.report.content')}} @@ -28,6 +34,7 @@ export default { functionalEnable: Boolean, apiEnable: Boolean, loadEnable: Boolean, + needMoveBar: Boolean }, data() { return { @@ -177,6 +184,10 @@ export default { overflow: visible !important; } +.move-bar { + margin-left: 50px; +} + .drawer-content { width: 0px !important; padding: 0px !important;