chore(@vant/cli): add margin for p tag (#9790)

This commit is contained in:
neverland
2021-11-04 11:24:28 +08:00
committed by GitHub
parent 1607079f9f
commit 1389ca34b2
2 changed files with 5 additions and 1 deletions

View File

@@ -98,6 +98,10 @@ export default {
font-size: 16px;
}
> p {
margin-top: 8px;
}
> p,
> blockquote p {
color: @van-doc-text-color;