mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 14:08:42 +00:00
fix(web): style
This commit is contained in:
parent
5c34086522
commit
65bbc99560
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user