This website works better with JavaScript
Home
Explore
Help
Register
Sign In
bolin
/
bolinscreening-miniapp
Watch
7
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix:图片css
leap
3 years ago
parent
49eaf631d7
commit
c1feb658c1
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
2
1
pages/webview/style.scss
+ 2
- 1
pages/webview/style.scss
View File
@@ -1,5 +1,6 @@
.img-box {
img {
width: 100%;
+ display: block;
}
-}
+}