修复错误的样式设定

This commit is contained in:
Chenx221 2024-04-19 18:25:58 +08:00
parent f232250491
commit d9a2e05654
Signed by: chenx221
GPG Key ID: D7A9EC07024C3021

View File

@ -8,7 +8,7 @@ use yii\helpers\Url;
$this->title = '首页';
TSParticlesAsset::register($this);
?>
<div id="tsparticles" style="position: absolute;width: 100%;height: 100%;z-index: -1"></div>
<div id="tsparticles" style="position: absolute;z-index: -1"></div>
<div class="site-index">
<div class="jumbotron text-center bg-transparent mt-5 mb-5">
<?php if (Yii::$app->user->isGuest): ?>