Parcourir la source

Merge branch 'master' of http://8.136.199.33:3000/Karsa/raiwechat_link_h5

Karsa il y a 1 an
Parent
commit
18b260c314
2 fichiers modifiés avec 16 ajouts et 16 suppressions
  1. 8 8
      src/views/hzyb/report/ChapterDetail.vue
  2. 8 8
      src/views/hzyb/report/Detail.vue

+ 8 - 8
src/views/hzyb/report/ChapterDetail.vue

@@ -963,20 +963,20 @@ export default {
 }
 .content-swipe {
     width: 100%;
-    padding: 30px 35px 0 35px;
+    padding: 30px 34px 0 34px;
     .my-swipe {
     width: 100%;
     .van-swipe-item {
-        width: 100%;
-         height: 120px;
-         border-radius: 12px;
-         overflow: hidden;
+     width: 100%;
+     height: auto;
+     overflow: hidden;
     }
     img {
-         width: 100%;
-         height: 120px;
+      object-fit: contain;
+      width: 100%;
+      height: 100%;
     }
-}
+  }
 }
 
 </style>

+ 8 - 8
src/views/hzyb/report/Detail.vue

@@ -1099,20 +1099,20 @@ export default {
 }
 .content-swipe {
     width: 100%;
-    padding: 30px 35px 0 35px;
+    padding: 30px 34px 0 34px;
     .my-swipe {
     width: 100%;
     .van-swipe-item {
-        width: 100%;
-         height: 120px;
-         border-radius: 12px;
-         overflow: hidden;
+     width: 100%;
+     height: auto;
+     overflow: hidden;
     }
     img {
-         width: 100%;
-         height: 120px;
+      object-fit: contain;
+      width: 100%;
+      height: 100%;
     }
-}
+  }
 }
 
 </style>