From b4ba7ef43a97b02a3af5bff339a66f3f6443fe0e Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Fri, 28 Mar 2025 17:09:39 +0800
Subject: [PATCH] feat:增加底部和右侧图

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

diff --git a/src/views/Home/components/HomeLeft/OverviewNext.vue b/src/views/Home/components/HomeLeft/OverviewNext.vue
index af377ca..74e0a61 100644
--- a/src/views/Home/components/HomeLeft/OverviewNext.vue
+++ b/src/views/Home/components/HomeLeft/OverviewNext.vue
@@ -28,8 +28,8 @@
       </div>
       <div class="table-item" v-for="item in tableList">
         <div class="name">
-          <img class="yjzx-img" width="10" height="10" src="@/assets/images/table-zx.png" alt="" />
-          <img width="13" height="15" src="@/assets/images/table-icon.png" 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.name }}
         </div>
         <div class="status">{{ item.status }}</div>
@@ -78,7 +78,7 @@
   .next-num {
     width: 358px;
     height: 92px;
-    background: url(@/assets/images/next-num.png) no-repeat center / 100% 100%;
+    background: url(@/assets/images/home/homeLeft/next-num.png) no-repeat center / 100% 100%;
     position: relative;
     .total {
       position: absolute;

--
Gitblit v1.9.3