mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 12:58:42 +00:00
fix(blog): replies bg
This commit is contained in:
parent
023cf71f25
commit
b656d59b23
@ -333,7 +333,7 @@ $comments_pag = new Paginator([
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<?php if ($replies) : ?>
|
<?php if ($replies) : ?>
|
||||||
<div id="replies-<?= $comment['id'] ?>" class="rounded bg-secondary-subtle mt-2 border"></div>
|
<div id="replies-<?= $comment['id'] ?>" class="rounded bg-secondary bg-opacity-10 mt-2 border"></div>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<script>
|
<script>
|
||||||
showCommentReplies('<?= $comment['id'] ?>', <?= $replies_json ?>);
|
showCommentReplies('<?= $comment['id'] ?>', <?= $replies_json ?>);
|
||||||
|
Loading…
Reference in New Issue
Block a user