mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2025-03-25 10:47:02 +00:00
fix(web/blogs): table classes
This commit is contained in:
parent
ef7c6eb83d
commit
62010fd9e0
@ -37,7 +37,7 @@ EOD;
|
|||||||
$config['table_classes'] = array('table', 'table-hover');
|
$config['table_classes'] = array('table', 'table-hover');
|
||||||
|
|
||||||
if (isset($REQUIRE_LIB['bootstrap5'])) {
|
if (isset($REQUIRE_LIB['bootstrap5'])) {
|
||||||
$config['div_classes'] = array('card', 'my-3');
|
$config['div_classes'] = array('card', 'my-3', 'table-responsive');
|
||||||
$config['table_classes'] = array('table', 'uoj-table', 'mb-0');
|
$config['table_classes'] = array('table', 'uoj-table', 'mb-0');
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user