浏览代码

移动端预览图片最大宽度

dsy 5 月之前
父节点
当前提交
fc527418f3
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/mobile_preview/index.vue

+ 4 - 0
src/mobile_preview/index.vue

@@ -405,6 +405,10 @@ export default {
     flex: 1;
     width: 100%;
     overflow: auto;
+
+    :deep img {
+      max-width: 100% !important;
+    }
   }
 
   main.preview-main {