xiebaomin 1 year ago
parent
commit
2139b3b640

+ 5 - 5
src/main/resources/static/css/service-settlement/info.css

@@ -245,18 +245,18 @@ body{
         right: 0;
         right: 0;
         background: url(/img/activity/pc_close.png) center no-repeat;
         background: url(/img/activity/pc_close.png) center no-repeat;
     }
     }
-    .van-image-preview__close-icon--top-right {
-        top: 58vw;
-        right: 10vw;
-    }
-    .van-icon-clear::before {
+    .van-image-preview__image::before {
         content: "";
         content: "";
         background: url(/img/activity/pc_close.png) center no-repeat;
         background: url(/img/activity/pc_close.png) center no-repeat;
         background-size: 100% 100%;
         background-size: 100% 100%;
         width: 7vw;
         width: 7vw;
         height: 7vw;
         height: 7vw;
+        top: -12vw;
+        right: 0;
+        position: absolute;
     }
     }
     .van-image-preview__image {
     .van-image-preview__image {
         width: 80vw;
         width: 80vw;
+        position: relative;
     }
     }
 }
 }

+ 1 - 1
src/main/resources/templates/service-settlement/info.html

@@ -64,7 +64,7 @@
         </div>
         </div>
     </van-overlay>
     </van-overlay>
 
 
-    <van-image-preview v-model="show" :images="[itemObj.qualificationImage]" :closeable="true" v-if="!isPC" />
+    <van-image-preview v-model="show" :images="[itemObj.qualificationImage]" v-if="!isPC" />
 </div>
 </div>
 
 
 <template th:replace="service-settlement/components/footer-link"></template>
 <template th:replace="service-settlement/components/footer-link"></template>