浏览代码

Merge branch 'master' into debug

bding 1 年之前
父节点
当前提交
f4aeaa1640
共有 2 个文件被更改,包括 16 次插入16 次删除
  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 {
 .content-swipe {
     width: 100%;
     width: 100%;
-    padding: 30px 35px 0 35px;
+    padding: 30px 34px 0 34px;
     .my-swipe {
     .my-swipe {
     width: 100%;
     width: 100%;
     .van-swipe-item {
     .van-swipe-item {
-        width: 100%;
-         height: 120px;
-         border-radius: 12px;
-         overflow: hidden;
+     width: 100%;
+     height: auto;
+     overflow: hidden;
     }
     }
     img {
     img {
-         width: 100%;
-         height: 120px;
+      object-fit: contain;
+      width: 100%;
+      height: 100%;
     }
     }
-}
+  }
 }
 }
 
 
 </style>
 </style>

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

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