mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 07:38:42 +00:00
fix(problem_set):fix incorrect class in bootstrap4
correct the problem in showing the sign when pass the problem
This commit is contained in:
parent
bd76d2c296
commit
69adfdb5dc
@ -24,7 +24,7 @@
|
||||
if (isProblemVisibleToUser($problem, $myUser)) {
|
||||
echo '<tr class="text-center">';
|
||||
if ($problem['submission_id']) {
|
||||
echo '<td class="success">';
|
||||
echo '<td class="table-success">';
|
||||
} else {
|
||||
echo '<td>';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user