fix: style

This commit is contained in:
Baoshuo Ren 2022-09-26 11:28:53 +08:00
parent e24d9c587c
commit a56923d52a
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -49,7 +49,6 @@
echo ' <span class="text-info" style="font-size: 10px">' . $problem["uploader"] . '</span> ';
foreach (queryProblemTags($problem['id']) as $tag) {
if (isset($REQUIRE_LIB['bootstrap5'])) {
echo '<a class="uoj-problem-tag my-1">';
echo '<span class="badge bg-secondary">';
@ -256,6 +255,7 @@ $('#input-show_difficulty').click(function() {
</div>
<?= $pag->pagination(); ?>
<?php if (isset($REQUIRE_LIB['bootstrap5'])): ?>
</div>
@ -266,4 +266,5 @@ $('#input-show_difficulty').click(function() {
</div>
<?php endif ?>
<?php echoUOJPageFooter() ?>