diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 1f88e184..f326ee29 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -632,6 +632,7 @@ export default { timeFrame: 'Time Range', nullTip:'There are no statistical data within this time range', kpiTitle:'KPI Statistics Chart', + allData:'Complete Data', } }, traceManage: { diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index d5c5f49b..7d385c9e 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -632,6 +632,7 @@ export default { timeFrame:'时间范围', nullTip:'此时间范围内没有统计数据', kpiTitle:'KPI统计图表', + allData:'完整统计数据', } }, traceManage: { diff --git a/src/views/perfManage/goldTarget/index.vue b/src/views/perfManage/goldTarget/index.vue index 3425b195..4a54b594 100644 --- a/src/views/perfManage/goldTarget/index.vue +++ b/src/views/perfManage/goldTarget/index.vue @@ -174,7 +174,7 @@ function fnDesign() { selected: hideAllArr, }, grid: { - left: '5%', + left: '10%', right: '5%', bottom: '20%', }, @@ -253,15 +253,13 @@ onMounted(() => {