feat(Popup): add overlay-content slot (#8794)

This commit is contained in:
neverland
2021-06-01 19:22:50 +08:00
committed by GitHub
parent bd72be8f6a
commit 1bc497f3b3
6 changed files with 41 additions and 1 deletions
+7
View File
@@ -158,6 +158,13 @@ export default {
| opened | 打开弹出层且动画结束后触发 | - |
| closed | 关闭弹出层且动画结束后触发 | - |
### Slots
| 名称 | 说明 |
| ------------------------- | ------------ |
| default | 弹窗内容 |
| overlay-content `v3.0.18` | 遮罩层的内容 |
### 样式变量
组件提供了下列 Less 变量,可用于自定义样式,使用方法请参考[主题定制](#/zh-CN/theme)。