UI-Project/src/views/GlassStorage/rawfilmstorage.vue
@@ -410,9 +410,9 @@
        </el-table>
      </div>
    </el-card>
    <div class="awatch">
      <img src="../../assets/ypcc.png" alt=""
           style="width: 100%;height: 120%;margin-left: -10px;position: relative;margin-top: -20px;">
    <div class="img-dlpl" >
    <div class="img-car1" :style="'z-index:999;top:243px;left:' + 460 + 'px;position:absolute;'">
    </div>
    </div>
    <el-dialog v-model="dialogFormVisiblea" top="5vh" width="85%" >
    <el-table  ref="table" style="margin-top: 20px;height: 700px;"
@@ -636,4 +636,30 @@
  text-align: center;
  margin-top: -15px;
}
.img-dlpl{
  margin-left: 20px;
  margin-top: -40px;
  background-image:url('../../assets/ypcc.png');
  background-repeat: no-repeat;
  background-attachment: local;
  min-height: 500px;
  width: 1400px;
  max-width: 100%;
  background-size: 1600px 600px;
  overflow: hidden;
  position:relative
}
.img-car1{
  display: flex;
  background-image:url('../../assets/C1.png');
  position: absolute;
  background-repeat: no-repeat;
  background-attachment: local;
  min-width: 200px;
  height: 100px;
  max-height: 100%;
  background-size: 40px 100px;
  overflow: hidden;
  position:relative
}
</style>