modify zentao bug/task/story card page's srollbar and actionbar

This commit is contained in:
chaideqing
2021-11-24 10:50:51 +08:00
parent 052157902a
commit 70677f0673
10 changed files with 39 additions and 26 deletions
+3 -1
View File
@@ -47,7 +47,7 @@
<?php endif;?>
</div>
<?php if($this->app->getViewType() == 'xhtml'):?>
<div id="wholeContent">
<div id="scrollContent">
<?php endif;?>
<div id="mainContent" class="main-row">
<div class="main-col col-8">
@@ -153,7 +153,9 @@
?>
</div>
<?php $this->printExtendFields($task, 'div', "position=left&inForm=0&inCell=1");?>
<?php if($this->app->getViewType() != 'xhtml'):?>
<div class="cell"><?php include '../../common/view/action.html.php';?></div>
<?php endif;?>
<div class='main-actions'>
<div class="btn-toolbar">
<?php common::printBack($browseLink);?>