From ffaecf38f49bcd5f3e08747d9469afdd5a0134d3 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期四, 20 二月 2025 15:38:11 +0800
Subject: [PATCH] 原片仓储更换图片

---
 UI-Project/src/views/GlassStorage/rawfilmstorage.vue |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/UI-Project/src/views/GlassStorage/rawfilmstorage.vue b/UI-Project/src/views/GlassStorage/rawfilmstorage.vue
index 9a6f9c9..dff40a7 100644
--- a/UI-Project/src/views/GlassStorage/rawfilmstorage.vue
+++ b/UI-Project/src/views/GlassStorage/rawfilmstorage.vue
@@ -410,8 +410,8 @@
         </el-table>
       </div>
     </el-card>
-    <div class="img-dlpl" >
-    <div class="img-car1" :style="'z-index:999;top:243px;left:' + 460 + 'px;position:absolute;'">
+    <div class="img-dlpl">
+    <div class="img-car1" :style="'z-index:999;top:20px;left:' + 330 + 'px;position:absolute;'">
     </div>
     </div>
     <el-dialog v-model="dialogFormVisiblea" top="5vh" width="85%" >
@@ -637,15 +637,15 @@
   margin-top: -15px;
 }
 .img-dlpl{
-  margin-left: 20px;
-  margin-top: -40px;
+  margin-left: 330px;
+  margin-top: 10px;
   background-image:url('../../assets/ypcc.png');
   background-repeat: no-repeat;
   background-attachment: local;
-  min-height: 500px;
-  width: 1400px;
+  min-height: 700px;
+  width: 800px;
   max-width: 100%;
-  background-size: 1600px 600px;
+  background-size: 800px 700px;
   overflow: hidden;
   position:relative
 }
@@ -655,10 +655,10 @@
   position: absolute;
   background-repeat: no-repeat;
   background-attachment: local;
-  min-width: 200px;
-  height: 100px;
-  max-height: 100%;
-  background-size: 40px 100px;
+  min-height: 200px;
+  width: 200px;
+  max-width: 100%;
+  background-size: 200px 70px;
   overflow: hidden;
   position:relative
 }

--
Gitblit v1.8.0