feat(Popup): overlay-class can be array or object (#7924)
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ export const popupSharedProps = {
|
||||
// overlay custom style
|
||||
overlayStyle: Object,
|
||||
// overlay custom class name
|
||||
overlayClass: String,
|
||||
overlayClass: null,
|
||||
// Initial rendering animation
|
||||
transitionAppear: Boolean,
|
||||
// whether to show overlay
|
||||
|
||||
Reference in New Issue
Block a user