From 3ba7b31681bb0e5580256a5734b38dab495a87ce Mon Sep 17 00:00:00 2001 From: bb_pan Date: Sun, 25 Jan 2026 15:31:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E8=88=AA+=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/index.scss | 2 +- src/layout/components/Navbar.vue | 290 +++++++++--------- src/layout/components/TagsView/index.vue | 109 ++++--- src/views/EquipmentLedger/index.vue | 1 - src/views/home/components/MunicipalChart.vue | 161 +++++++--- src/views/home/components/ProvincialChart.vue | 136 +++++--- 6 files changed, 420 insertions(+), 279 deletions(-) diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index 9d87a05f..af202193 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -121,7 +121,7 @@ aside { //main-container全局样式 .app-container { - height: calc(100vh - 84px); + height: calc(100vh - 90px); padding: 20px; box-sizing: border-box; // display: flex; diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index df3debbd..b8a55388 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -54,81 +54,82 @@ +
-