diff --git a/frontend/src/business/components/track/report/components/TestPlanDbReport.vue b/frontend/src/business/components/track/report/components/TestPlanDbReport.vue index be077b4d47..75c136074a 100644 --- a/frontend/src/business/components/track/report/components/TestPlanDbReport.vue +++ b/frontend/src/business/components/track/report/components/TestPlanDbReport.vue @@ -1,39 +1,50 @@ diff --git a/frontend/src/business/components/track/report/components/TestPlanReportView.vue b/frontend/src/business/components/track/report/components/TestPlanReportView.vue index 2de7d06949..a2f5e1f2b7 100644 --- a/frontend/src/business/components/track/report/components/TestPlanReportView.vue +++ b/frontend/src/business/components/track/report/components/TestPlanReportView.vue @@ -12,10 +12,19 @@ -
- {{$t('test_track.return')}} -   - {{report.name}} +
+ + {{ $t('test_track.return') }} + + +
+ {{report.name}} +
+
@@ -233,4 +242,13 @@ text-align: right; } + .title { + font-size: 16px; + font-weight: 500; + margin-top: 0; + text-overflow: ellipsis; + overflow: hidden; + word-wrap: break-word; + white-space: nowrap; + }