Browse Source

图片高度

xiongzhu 4 years ago
parent
commit
505f3fe3ed
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/main/comos/src/styles/app.less

+ 2 - 1
src/main/comos/src/styles/app.less

@@ -208,5 +208,6 @@ input:-webkit-autofill {
 }
 }
 
 
 .page-detail img {
 .page-detail img {
-    width: 100%;
+    width: 100% !important;
+    height: auto !important;
 }
 }