Merge branch 'fixbug' into 'master'

* Fix bug.

See merge request easycorp/zentaopms!3202
This commit is contained in:
王怡栋
2022-04-28 08:50:56 +00:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
<div id='mainMenu' class='clearfix'>
<div class='pull-left btn-toolbar'>
<?php
echo html::a($this->createLink('holiday', 'browse'), '<span class="text">' . $lang->holiday->all . '</span>', '', "class='btn btn-link btn-active-text'");
echo html::a($this->createLink('holiday', 'browse'), '<span class="text">' . $lang->holiday->all . '</span>', '', "class='btn btn-link btn-active-text' data-app='oa'");
?>
</div>
<div class='pull-right'>
+1
View File
@@ -14,6 +14,7 @@
<?php include '../../common/view/gantt.html.php';?>
<style>
#ganttView {height: 600px;}
#ganttView .gantt_layout_cell {min-width: 560px!important;}
#mainContent:before {background: #fff;}
.gantt-fullscreen #header,
.gantt-fullscreen #mainMenu,