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/InspectionRaskDetails.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/Home/components/HomeLeft/InspectionRaskDetails.vue b/src/views/Home/components/HomeLeft/InspectionRaskDetails.vue
index 860a5b2..6a75f93 100644
--- a/src/views/Home/components/HomeLeft/InspectionRaskDetails.vue
+++ b/src/views/Home/components/HomeLeft/InspectionRaskDetails.vue
@@ -171,7 +171,7 @@
   border-radius: 0px 0px 0px 0px;
   opacity: 0.85;
   .inspection-num {
-    background: url('@/assets/images/inspection-num.png') no-repeat center / 100% 100%;
+    background: url('@/assets/images/home/homeLeft/inspection-num.png') no-repeat center / 100% 100%;
     width: 360px;
     height: 118px;
     position: relative;

--
Gitblit v1.9.3