浏览代码

处理推荐云机图片溢出问题

leo 1 年之前
父节点
当前提交
e509e4b727
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      pages/introductionCloudPhone/articleDetails.vue

+ 4 - 0
pages/introductionCloudPhone/articleDetails.vue

@@ -96,6 +96,10 @@ export default {
   .article-content {
     margin-top: 24px;
     color: #ffffff;
+    ::v-deep img{
+      max-width: 100% !important;
+      height: auto !important;
+    }
   }
 }