From 49709d96d28bca549194604430508ddf4255dacf Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Sat, 09 Nov 2024 15:59:02 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/main'

---
 src/views/layout/components/mainMenu.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/views/layout/components/mainMenu.vue b/src/views/layout/components/mainMenu.vue
index e903cdc..e424b72 100644
--- a/src/views/layout/components/mainMenu.vue
+++ b/src/views/layout/components/mainMenu.vue
@@ -43,6 +43,10 @@
       menuName: '救援队伍',
       path: '/layout/rt'
     },
+    {
+      menuName: '污染物处理',
+      path: '/layout/pd'
+    },
   ]
 )
 
@@ -90,7 +94,7 @@
   &>div {
     background-image: url(/images/mode-tab.png);
     background-size: cover;
-    width: 150px;
+    width: 136px;
     height: 50px;
     font-size: 16px;
     text-align: center;

--
Gitblit v1.9.3