diff --git a/frontend/src/views/api-test/report/component/caseReportCom.vue b/frontend/src/views/api-test/report/component/caseReportCom.vue index 358be94c6a..1ab4f087e2 100644 --- a/frontend/src/views/api-test/report/component/caseReportCom.vue +++ b/frontend/src/views/api-test/report/component/caseReportCom.vue @@ -264,18 +264,6 @@ show: false, position: 'center', }, - itemStyle: { - normal: { - borderWidth: 2, - borderColor: '#ffffff', - }, - emphasis: { - borderWidth: 0, - shadowBlur: 0, - shadowOffsetX: 0, - shadowColor: 'rgba(0, 0, 0, 0.5)', - }, - }, emphasis: { label: { show: false, @@ -386,6 +374,8 @@ name: t(item.label), itemStyle: { color: item.color, + borderWidth: 2, + borderColor: '#ffffff', }, }; }); diff --git a/frontend/src/views/api-test/report/component/scenarioCom.vue b/frontend/src/views/api-test/report/component/scenarioCom.vue index ad91897c48..4a0dd2bc5e 100644 --- a/frontend/src/views/api-test/report/component/scenarioCom.vue +++ b/frontend/src/views/api-test/report/component/scenarioCom.vue @@ -270,18 +270,6 @@ show: false, position: 'center', }, - itemStyle: { - normal: { - borderWidth: 2, - borderColor: '#ffffff', - }, - emphasis: { - borderWidth: 0, - shadowBlur: 0, - shadowOffsetX: 0, - shadowColor: 'rgba(0, 0, 0, 0.5)', - }, - }, emphasis: { label: { show: false, @@ -364,6 +352,8 @@ name: t(item.label), itemStyle: { color: item.color, + borderWidth: 2, + borderColor: '#ffffff', }, }; }); diff --git a/frontend/src/views/test-plan/report/component/reportList.vue b/frontend/src/views/test-plan/report/component/reportList.vue index cc9d08a6d9..09428c282b 100644 --- a/frontend/src/views/test-plan/report/component/reportList.vue +++ b/frontend/src/views/test-plan/report/component/reportList.vue @@ -56,7 +56,7 @@ @@ -239,9 +239,9 @@ showInTable: true, width: 150, showDrag: true, - // filterConfig: { - // options: triggerModeOptions.value, - // }, + filterConfig: { + options: triggerModeOptions.value, + }, }, { title: 'report.operator',