From 7d60fb2b0b9ed9789454b5d98b6818d68c2af9d1 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期四, 04 九月 2025 15:47:01 +0800
Subject: [PATCH] 1、破损数量查询添加过滤条件
---
UI-Project/src/views/Caching/cachingun.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/UI-Project/src/views/Caching/cachingun.vue b/UI-Project/src/views/Caching/cachingun.vue
index 2c9a03a..128830a 100644
--- a/UI-Project/src/views/Caching/cachingun.vue
+++ b/UI-Project/src/views/Caching/cachingun.vue
@@ -405,7 +405,7 @@
</div>
</el-card>
<div class="awatch">
- <img src="../../assets/woshihuancun.png" alt="" style="width: 50%;height: 100%;margin-left: 25%;margin-top: 5px;position: relative;">
+ <img src="/woshihuancun.png" alt="" style="width: 50%;height: 100%;margin-left: 25%;margin-top: 5px;position: relative;">
<div style="position: relative; width: 500px;height: 95px;margin-top: -227px;margin-left: 615px;">
<div
v-for="(rect, index) in adjustedRects"
@@ -452,5 +452,6 @@
height: 350px;
width: 1500px;
max-width: 100%;
+ margin-left: 10%
}
</style>
--
Gitblit v1.8.0