* Adjsut QA menu.

This commit is contained in:
leiyong
2021-03-22 23:53:00 +08:00
parent 03d986bd85
commit ea086296b0
19 changed files with 77 additions and 120 deletions
@@ -99,4 +99,10 @@
</form>
</div>
</div>
<script>
$(function()
{
$('#subNavbar li[data-id="case"]').addClass('active');
})
</script>
<?php include '../../common/view/footer.html.php';?>