fix(web): style

This commit is contained in:
Baoshuo Ren 2022-10-20 21:27:31 +08:00
parent 5c34086522
commit 65bbc99560
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -596,7 +596,6 @@ EOD);
};
$change_user_image_total_size_limit_form->runAtServer();
}
?>
@ -1085,7 +1084,7 @@ echoSubmissionsList(
<th>IP</th>
</tr>
EOD,
function($row) {
function($row) {
echo <<<EOD
<tr>
<td>{$row['judger_name']}</td>
@ -1093,7 +1092,7 @@ function($row) {
<td>{$row['ip']}</td>
</tr>
EOD;
},
},
[
'page_len' => 10,
'div_classes' => ['card', 'mb-3', 'table-responsive'],
@ -1111,7 +1110,7 @@ EOD;
</div>
<?php elseif ($cur_tab == 'image_hosting'): ?>
<?php
echoLongTable(
echoLongTable(
['*'],
'users_images',
'1',