mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Popup): missing overlay class & style
This commit is contained in:
parent
34ff811102
commit
de66903bae
@ -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}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user