mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-21 05:49:16 +08:00
docs(ConfigProvider): add scope tip (#9081)
This commit is contained in:
parent
83bddfbb0e
commit
6f0220b0f6
@ -112,6 +112,8 @@ export default {
|
||||
};
|
||||
```
|
||||
|
||||
> Tips:ConfigProvider only affects its child components.
|
||||
|
||||
### CSS Variables
|
||||
|
||||
There are some **Basic Variables** below, for component CSS Variables, please refer to the documentation of each component.
|
||||
|
@ -112,6 +112,8 @@ export default {
|
||||
};
|
||||
```
|
||||
|
||||
> 注意:ConfigProvider 仅影响它的子组件的样式,不影响全局 root 节点。
|
||||
|
||||
### CSS 变量
|
||||
|
||||
下面是所有的**基础样式变量**,所有组件的样式变量请参考各个组件文档底部的表格。
|
||||
|
Loading…
x
Reference in New Issue
Block a user