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