Explorar el Código

fix:图片css

leap hace 3 años
padre
commit
c1feb658c1
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      pages/webview/style.scss

+ 2 - 1
pages/webview/style.scss

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