Merge branch 'pailei2_mayue_bug#20746' into 'pailei2'

* Fix bug #20746.

See merge request easycorp/zentaopms!2318
This commit is contained in:
李玉春
2022-03-17 05:38:06 +00:00
+2
View File
@@ -12,6 +12,7 @@
.body-modal #mainMenu>.btn-toolbar {width: auto;}
</style>
<div id='mainMenu' class='clearfix'>
<?php if(!($this->app->rawMethod == 'groupcase')):?>
<div id="sidebarHeader">
<div class="title">
<?php
@@ -31,6 +32,7 @@
?>
</div>
</div>
<?php endif;?>
<div class='btn-toolbar pull-left'>
<?php
$hasBrowsePriv = $isProjectApp ? common::hasPriv('project', 'testcase') : common::hasPriv('testcase', 'browse');