fix(web/blogs): table classes

This commit is contained in:
Baoshuo Ren 2022-10-17 19:44:13 +08:00
parent ef7c6eb83d
commit 62010fd9e0
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -37,7 +37,7 @@ EOD;
$config['table_classes'] = array('table', 'table-hover');
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');
}
?>