From 942eb631e1c6bef5f9d8dfd6f2c7e2ad669ca80d Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期四, 30 十月 2025 01:07:05 +0800
Subject: [PATCH] 1、 中空理片笼任务优化:进片调度任务添加日志

---
 UI-Project/src/views/Caching/cachingbefore.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/UI-Project/src/views/Caching/cachingbefore.vue b/UI-Project/src/views/Caching/cachingbefore.vue
index 19987fc..4cbd384 100644
--- a/UI-Project/src/views/Caching/cachingbefore.vue
+++ b/UI-Project/src/views/Caching/cachingbefore.vue
@@ -423,7 +423,7 @@
       </div>
     </el-card>
   <div class="awatch">
-    <img src="../../assets/woshihuancun.png" alt="" style="width: 50%;height: 100%;margin-left: 25%;position: relative;margin-top: 5px;"> 
+    <img src="/woshihuancun.png" alt="" style="width: 50%;height: 100%;margin-left: 25%;position: relative;margin-top: 5px;"> 
     <div style="position: relative; width: 500px;height: 95px;margin-top: -146px;margin-left: 615px;">
       <div  
       v-for="(rect, index) in adjustedRects"
@@ -544,5 +544,6 @@
   height: 350px;
   width: 1500px;
   max-width: 100%;
+  margin-left: 10%
 }
 </style>

--
Gitblit v1.8.0