* Adjust code.

This commit is contained in:
tianshujie98
2021-04-06 09:02:52 +08:00
parent 3d94ff5aba
commit 389fea1fb9
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<?php include '../../common/view/header.html.php';?>
<?php if(isset($config->maxVersion)):?>
<?php if(isset($config->maxVersion) or isset($config->proVersion) or isset($config->bizVersion)):?>
<style>#mainContent > .side-col.col-lg{width: 235px}</style>
<style>.hide-sidebar #sidebar{width: 0 !important}</style>
<?php endif;?>