fix(Popup): missing overlay class & style

This commit is contained in:
chenjiahan 2020-08-07 07:20:57 +08:00
parent 34ff811102
commit de66903bae

View File

@ -64,6 +64,8 @@ export default createComponent({
return (
<Overlay
show={this.show}
class={this.overlayClass}
style={this.overlayStyle}
zIndex={this.currentZIndex}
onClick={this.onClickOverlay}
/>