Skip to content

居中部件 center

用法

通过水平垂直居中的 flex 元素实现。

php
center
(
    setStyle(['width' => '300px', 'height' => '300px']),
    div('Div')
);
html
<div class="flex justify-center items-center" style="width: 300px; height: 300px;">
    <div>Div</div>
</div>

https://zentao.net