Browse Source

图片高度

xiongzhu 4 years ago
parent
commit
0a4c7c3afd
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/styles/app.less

+ 2 - 1
src/styles/app.less

@@ -202,7 +202,8 @@ input:-webkit-autofill {
 }
 
 .page-detail img {
-    width: 100%;
+    width: 100% !important;
+    height: auto !important;
 }
 
 .filter-bg {