sunran há 3 anos atrás
pai
commit
8045e41b5b
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      src/views/weibao/views/reporting/index.vue

+ 2 - 1
src/views/weibao/views/reporting/index.vue

@@ -140,12 +140,13 @@ export default {
   margin-top: 16px;
   border-bottom: 1px solid #eee;
   .img {
-    .van-image {
+    /deep/.van-image {
       width: 260px;
       height: 160px;
       img {
         width: 100%;
         height: 100%;
+        object-fit: cover !important;
       }
     }
   }