fix(style): body normalize not work (#11287)

This commit is contained in:
neverland 2022-11-24 11:19:45 +08:00 committed by GitHub
parent 87ee32241a
commit 44704783f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ html {
-webkit-tap-highlight-color: transparent;
}
:root {
body {
margin: 0;
font-family: var(--van-base-font);
}