Browse Source

Merge branch 'dev5.8.2' into develop

leo 1 year ago
parent
commit
a2f2b0e041
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/introductionCloudPhone/articleDetails.vue

+ 4 - 0
pages/introductionCloudPhone/articleDetails.vue

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