mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-09 17:18:42 +00:00
This commit is contained in:
parent
d101ca2c1e
commit
3ebc2dea1d
@ -106,7 +106,7 @@ EOD;
|
||||
);
|
||||
|
||||
if (isset($REQUIRE_LIB['bootstrap5'])) {
|
||||
$table_config['div_classes'] = array('card', 'mb-3');
|
||||
$table_config['div_classes'] = array('card', 'my-3');
|
||||
$table_config['table_classes'] = array('table', 'uoj-table', 'mb-0');
|
||||
}
|
||||
|
||||
|
@ -135,7 +135,7 @@ EOD;
|
||||
);
|
||||
|
||||
if (isset($REQUIRE_LIB['bootstrap5'])) {
|
||||
$table_config['div_classes'] = array('card', 'mb-3');
|
||||
$table_config['div_classes'] = array('card', 'my-3');
|
||||
$table_config['table_classes'] = array('table', 'uoj-table', 'mb-0');
|
||||
}
|
||||
|
||||
|
@ -151,7 +151,7 @@ EOD;
|
||||
$pag = new Paginator($pag_config);
|
||||
|
||||
$div_classes = isset($REQUIRE_LIB['bootstrap5'])
|
||||
? array('card', 'mb-3', 'overflow-auto')
|
||||
? array('card', 'my-3', 'overflow-auto')
|
||||
: array('table-responsive');
|
||||
$table_classes = isset($REQUIRE_LIB['bootstrap5'])
|
||||
? array('table', 'uoj-table', 'mb-0')
|
||||
|
Loading…
Reference in New Issue
Block a user