fix: margin-top
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2022-09-25 18:39:46 +08:00
parent d101ca2c1e
commit 3ebc2dea1d
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A
3 changed files with 3 additions and 3 deletions

View File

@ -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');
}

View File

@ -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');
}

View File

@ -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')