Skip to content

Commit 447e88d

Browse files
committed
fix: example index page margin collapsed
1 parent 696caa9 commit 447e88d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/example/index.wxss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,8 @@
3333
display: initial;
3434
}
3535

36+
/* 兼容首页 webview 下 margin 重叠问题*/
37+
.kind-list__item {
38+
margin: 10px 0 0 0;
39+
}
3640

0 commit comments

Comments
 (0)