修复错误的样式设定
This commit is contained in:
parent
f232250491
commit
d9a2e05654
@ -8,7 +8,7 @@ use yii\helpers\Url;
|
|||||||
$this->title = '首页';
|
$this->title = '首页';
|
||||||
TSParticlesAsset::register($this);
|
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="site-index">
|
||||||
<div class="jumbotron text-center bg-transparent mt-5 mb-5">
|
<div class="jumbotron text-center bg-transparent mt-5 mb-5">
|
||||||
<?php if (Yii::$app->user->isGuest): ?>
|
<?php if (Yii::$app->user->isGuest): ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user