fix(submissions): submission status badge
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2023-02-18 10:52:12 +08:00
parent dab27a8568
commit 52f05a3a01
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -514,7 +514,7 @@ class UOJSubmission {
echo $tag_st, ' class="small text-decoration-none">', $this->info['result_error'], $tag_ed;
}
} else {
echo $tag_st, ' class="vstack gap-1 d-inline-flex">';
echo $tag_st, ' class="vstack d-inline-flex">';
if ($cfg['result_badge']) {
echo '<span class="fs-5">';
if ($actual_score == 100) {