实现弹窗居中显示
https://ld246.com/article/1735377399074
css 方式实现
.block__popover.block__popover--open {
top: 50%!important;
left: 50%!important;
transform: translate(-50%, -50%)!important;
}
js 方式实现

https://ld246.com/article/1735377399074
css 方式实现
.block__popover.block__popover--open {
top: 50%!important;
left: 50%!important;
transform: translate(-50%, -50%)!important;
}
js 方式实现