problem description
how to center the iview Modal box vertically
the environmental background of the problems and what methods you have tried
you need to center the Modal box horizontally and vertically. The horizontal is automatically centered, but the vertical centering is not achieved.
position:absolute;
margin:auto;
left:0;
top:0;
right:0;
bottom:0;
this has no effect
related codes
/ / Please paste the code text below (do not replace the code with pictures)