mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 11:54:02 +00:00
fix(Popup): missing overlay class & style
This commit is contained in:
@@ -64,6 +64,8 @@ export default createComponent({
|
|||||||
return (
|
return (
|
||||||
<Overlay
|
<Overlay
|
||||||
show={this.show}
|
show={this.show}
|
||||||
|
class={this.overlayClass}
|
||||||
|
style={this.overlayStyle}
|
||||||
zIndex={this.currentZIndex}
|
zIndex={this.currentZIndex}
|
||||||
onClick={this.onClickOverlay}
|
onClick={this.onClickOverlay}
|
||||||
/>
|
/>
|
||||||
|
Reference in New Issue
Block a user