From dfc4a849f6886c875c279fb1bd0c9978b7b055d0 Mon Sep 17 00:00:00 2001 From: lai <371757574@qq.com> Date: Tue, 5 Dec 2023 19:11:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 1 + src/i18n/locales/zh-CN.ts | 1 + src/views/perfManage/goldTarget/index.vue | 10 +++------- 3 files changed, 5 insertions(+), 7 deletions(-) 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(() => {