Skip to content

Commit

Permalink
chore(@vant/cli): add margin for p tag (youzan#9790)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Nov 4, 2021
1 parent 1607079 commit 1389ca3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/vant-cli/site/desktop/components/Content.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ export default {
font-size: 16px;
}
> p {
margin-top: 8px;
}
> p,
> blockquote p {
color: @van-doc-text-color;
Expand Down
2 changes: 1 addition & 1 deletion packages/vant/docs/markdown/home.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

### 介绍

Vant 是**有赞前端团队**开源的移动端组件库,于 2017 年开源,已持续维护 4 年时间。Vant 对内承载了有赞所有核心业务,对外服务十多万开发者,是业界主流的移动端组件库之一。 <br><br>
Vant 是**有赞前端团队**开源的移动端组件库,于 2017 年开源,已持续维护 4 年时间。Vant 对内承载了有赞所有核心业务,对外服务十多万开发者,是业界主流的移动端组件库之一。

目前 Vant 官方提供了 [Vue 2 版本](https://vant-contrib.gitee.io/vant)[Vue 3 版本](https://vant-contrib.gitee.io/vant/v3)[微信小程序版本](http://vant-contrib.gitee.io/vant-weapp),并由社区团队维护 [React 版本](https://github.com/mxdi9i7/vant-react)[支付宝小程序版本](https://github.com/ant-move/Vant-Aliapp)

Expand Down

0 comments on commit 1389ca3

Please sign in to comment.