docs: add basic CSS variables

This commit is contained in:
chenjiahan
2021-06-14 11:26:37 +08:00
committed by neverland
parent 981ad0f3ce
commit b07d715244
3 changed files with 152 additions and 2 deletions

View File

@@ -193,7 +193,7 @@ app.use(Vant);
#### 1. 主题定制
Vant 提供了主题定制的能力,可以对组件样式进行统一修改,详见[定制主题](#/zh-CN/theme)章节
Vant 基于 CSS 变量提供了主题定制的能力,可以对组件样式进行统一修改,详见 [ConfigProvider 全局配置](#/zh-CN/config-provider) 组件
#### 2. 覆盖默认样式