Browse Source

fix:图片css

leap 3 years ago
parent
commit
c1feb658c1
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/webview/style.scss

+ 2 - 1
pages/webview/style.scss

@@ -1,5 +1,6 @@
 .img-box {
 .img-box {
 	img {
 	img {
 		width: 100%;
 		width: 100%;
+		display: block;
 	}
 	}
-}
+}