Appearance
通过水平垂直居中的 flex 元素实现。
flex
center ( setStyle(['width' => '300px', 'height' => '300px']), div('Div') );
<div class="flex justify-center items-center" style="width: 300px; height: 300px;"> <div>Div</div> </div>