From 29707c5d2e1e91c1311d19547c8ad8b4d96c10b2 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 11 Apr 2025 15:31:51 +0800
Subject: [PATCH] feat:二级行政区(县区)高度调整

---
 src/views/Home/HomeLeft/OverviewNext.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/views/Home/HomeLeft/OverviewNext.vue b/src/views/Home/HomeLeft/OverviewNext.vue
index 31f7ad9..51da4f8 100644
--- a/src/views/Home/HomeLeft/OverviewNext.vue
+++ b/src/views/Home/HomeLeft/OverviewNext.vue
@@ -26,7 +26,7 @@
 					@mouseout="changeIndexBack(index)"
 				>
 					<div class="name">
-						<img class="imageicon" src="/src/assets/images/home/homeLeft/overviewnext-way.png" alt="" />
+						<img class="imageicon" :src="overviewnextWay" alt="" />
 						<!-- <img class="yjzx-img" width="10" height="10" src="@/assets/images/home/homeLeft/table-zx.png" alt="" /> -->
 						<img width="13" height="15" src="../../../assets/images/home/homeLeft/table-icon.png" alt="" />
 						{{ item.nickname }}
@@ -55,6 +55,8 @@
 import MachineNestTotal from './components/MachineNestTotal.vue'
 import { selectDevicePage } from '@/api/home/machineNest.js'
 import { useStore } from 'vuex'
+
+import overviewnextWay from '@/assets/images/home/homeLeft/overviewnext-way.png'
 
 const store = useStore()
 
@@ -148,7 +150,7 @@
 			line-height: 33px;
 			margin-bottom: 13px;
 			.name {
-				margin-left: 60px;
+				margin-left: 46px;
 			}
 		}
 		.table-body {

--
Gitblit v1.9.3