fix: console header float clear bug

This commit is contained in:
Emil Zhai 2022-12-08 05:29:51 +00:00
parent 2fc6bcf881
commit 2111c388da
No known key found for this signature in database
GPG Key ID: 780B385DB72F1EBD

View File

@ -23,6 +23,7 @@ $access = new Access_Core();
<li><a href="<?php $options->adminUrl('options-plugin.php?config=Access') ?>"><?php _e('插件设置'); ?></a></li>
</ul>
</div>
<div class="bento-clearfix"></div>
<?php include("routes/{$access->action}/index.php") ?>
</div>
</div>