There was an error while loading. Please reload this page.
1 parent 696caa9 commit 447e88dCopy full SHA for 447e88d
src/example/index.wxss
@@ -33,4 +33,8 @@
33
display: initial;
34
}
35
36
+/* 兼容首页 webview 下 margin 重叠问题*/
37
+.kind-list__item {
38
+ margin: 10px 0 0 0;
39
+}
40
0 commit comments