mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
docs: improve padding and update locales number
This commit is contained in:
parent
ffd943aa49
commit
311faaa0e7
@ -39,7 +39,7 @@
|
||||
- 🍭 Support Dark Mode
|
||||
- 🍭 Support Nuxt 3
|
||||
- 🍭 Support SSR
|
||||
- 🌍 Support i18n, built-in 20+ languages
|
||||
- 🌍 Support i18n, built-in 30+ languages
|
||||
|
||||
## Install
|
||||
|
||||
|
@ -43,7 +43,7 @@ Vant 是一个**轻量、可靠的移动端组件库**,于 2017 年开源。
|
||||
- 🍭 支持深色模式
|
||||
- 🍭 支持 Nuxt 3
|
||||
- 🍭 支持服务器端渲染
|
||||
- 🌍 支持国际化,内置 20+ 种语言包
|
||||
- 🌍 支持国际化,内置 30+ 种语言包
|
||||
|
||||
## 安装
|
||||
|
||||
|
@ -185,7 +185,7 @@ export default {
|
||||
}
|
||||
|
||||
> p {
|
||||
margin-top: 8px;
|
||||
margin-top: 16px;
|
||||
color: var(--van-doc-text-color-3);
|
||||
font-size: 15px;
|
||||
line-height: 26px;
|
||||
@ -253,7 +253,7 @@ export default {
|
||||
}
|
||||
|
||||
> ul {
|
||||
margin: 16px 0;
|
||||
margin: 16px 0 0;
|
||||
}
|
||||
|
||||
> ul li,
|
||||
@ -313,7 +313,7 @@ export default {
|
||||
> img,
|
||||
> p img {
|
||||
width: 100%;
|
||||
margin: 16px 0;
|
||||
margin: 16px 0 0;
|
||||
border-radius: var(--van-doc-border-radius);
|
||||
}
|
||||
}
|
||||
|
@ -22,7 +22,7 @@
|
||||
- 🍭 Support Dark Mode
|
||||
- 🍭 Support Nuxt 3
|
||||
- 🍭 Support SSR
|
||||
- 🌍 Support i18n, built-in 20+ languages
|
||||
- 🌍 Support i18n, built-in 30+ languages
|
||||
|
||||
### Quickstart
|
||||
|
||||
|
@ -28,7 +28,7 @@ Vant 是一个**轻量、可靠的移动端组件库**,于 2017 年开源。
|
||||
- 🍭 支持深色模式
|
||||
- 🍭 支持 Nuxt 3
|
||||
- 🍭 支持服务器端渲染
|
||||
- 🌍 支持国际化,内置 20+ 种语言包
|
||||
- 🌍 支持国际化,内置 30+ 种语言包
|
||||
|
||||
### 版本提示
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user