From 4efbe486642c8fe2eca50a05790eb7c4cd48586d Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Thu, 13 Jan 2022 13:58:01 +0800 Subject: [PATCH] fix: update style --- src/layout/components/SideBar.vue | 34 +++++++++++++++-------------- src/main.ts | 4 ++-- src/views/dashboard/Edit.vue | 1 - src/views/dashboard/graphs/index.ts | 2 +- src/views/dashboard/panel/Tool.vue | 5 +---- 5 files changed, 22 insertions(+), 24 deletions(-) diff --git a/src/layout/components/SideBar.vue b/src/layout/components/SideBar.vue index fffe82dd..f5b49b01 100644 --- a/src/layout/components/SideBar.vue +++ b/src/layout/components/SideBar.vue @@ -37,7 +37,9 @@ limitations under the License. --> - {{ t(menu.meta.title) }} + {{ + t(menu.meta.title) + }} @@ -88,24 +90,16 @@ limitations under the License. -->