docs(ConfigProvider): add scope tip (#9081)

This commit is contained in:
neverland 2021-07-22 10:20:35 +08:00 committed by GitHub
parent 83bddfbb0e
commit 6f0220b0f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -112,6 +112,8 @@ export default {
};
```
> TipsConfigProvider 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.

View File

@ -112,6 +112,8 @@ export default {
};
```
> 注意ConfigProvider 仅影响它的子组件的样式,不影响全局 root 节点。
### CSS 变量
下面是所有的**基础样式变量**,所有组件的样式变量请参考各个组件文档底部的表格。