linwu 3 ماه پیش
والد
کامیت
36740ec327

+ 5 - 0
public/themes/default/views/mobile/app/health/attract/show.blade.php

@@ -5,6 +5,11 @@
 
 @push('css')
     <link href="{{ theme_asset('mobile/css/news.css') }}" rel="stylesheet">
+    <style>
+        .news-show .content img {
+            max-width: 100%;
+        }
+    </style>
 @endpush
 
 @push('js')

+ 5 - 0
public/themes/default/views/mobile/app/ic/attract/show.blade.php

@@ -5,6 +5,11 @@
 
 @push('css')
     <link href="{{ theme_asset('mobile/css/news.css') }}" rel="stylesheet">
+    <style>
+        .news-show .content img {
+            max-width: 100%;
+        }
+    </style>
 @endpush
 
 @push('js')