fix: problem_solution table

This commit is contained in:
Baoshuo Ren 2022-09-29 14:26:07 +08:00
parent 07123651b6
commit 6643d21ed0
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -282,4 +282,12 @@ EOD;
</div>
<script>
$(document).ready(function() {
$('.markdown-body table').each(function() {
$(this).addClass('table table-bordered table-striped');
});
});
</script>
<?php echoUOJPageFooter() ?>