From f17ddc63b988c1b2851606c7b75c59093cb94dc6 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Fri, 28 Mar 2025 17:31:48 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 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