nz-modal of ng-zorro supports browser height

If you know the setting, maybe it will very easy.

Please see the code, we only set some css to support it.

<nz-modal [nzStyle]="{height:'100vh', top:0}"> … </nz-modal>

vh,是指CSS中相对长度单位,表示相对视口高度(Viewport Height),1vh = 1% * 视口高度。

猜你喜欢

转载自blog.csdn.net/wish366/article/details/125071446
今日推荐