From e0669f38e9cd304b613350c36f0fb199332d50c5 Mon Sep 17 00:00:00 2001 From: likexuan Date: Thu, 16 Jun 2022 13:55:45 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-1923=20perf=20:=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=97=A7=E7=89=88=E6=9C=AC=E5=BD=93=E4=B8=AD=E7=9A=84=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/common/rightBox/panelBox.vue | 50 ++++++++++++++----- .../src/components/page/dashboard/panel.vue | 27 ++++++++-- 2 files changed, 62 insertions(+), 15 deletions(-) diff --git a/nezha-fronted/src/components/common/rightBox/panelBox.vue b/nezha-fronted/src/components/common/rightBox/panelBox.vue index 0094a6c81..bda8a1e91 100644 --- a/nezha-fronted/src/components/common/rightBox/panelBox.vue +++ b/nezha-fronted/src/components/common/rightBox/panelBox.vue @@ -52,7 +52,7 @@ - + {{ $t("dashboard.panel.prevDay") }} {{ $t("dashboard.panel.prevWeek") }} @@ -86,7 +86,7 @@ {{ item }} - + {{item.name}} @@ -175,6 +175,7 @@