* Finish Task #43407,43420

This commit is contained in:
xiawenlong
2021-10-27 16:53:15 +08:00
parent 2204b280f1
commit 5b0458b841
6 changed files with 72 additions and 18 deletions
-2
View File
@@ -14,6 +14,4 @@
.kanban-affixed .kanban-header-col > .title > .count {color: #fff!important;}
.dropdown-menu a {text-align: left;}
.panel{ position: unset }
.menu-actions { display: contents }
.scrollbar-hover {max-height: 2000px; overflow: scroll !important;}
+1 -2
View File
@@ -39,8 +39,7 @@
<?php
echo "<div class='btn-group menu-actions'>";
echo html::a('javascript:;', "<i class='icon icon-ellipsis-v'></i>", '', "data-toggle='dropdown' class='btn btn-link'");
// TODO 暂时解决样式问题
echo "<ul class='dropdown-menu pull-right' style='position: relative'>";
echo "<ul class='dropdown-menu pull-right'>";
if(common::hasPriv('execution', 'printKanban')) echo '<li>' .html::a($this->createLink('execution', 'printKanban', "executionID=$executionID"), "<i class='icon-printer muted'></i> " . $lang->execution->printKanban, '', "class='iframe btn btn-link' id='printKanban' title='{$lang->execution->printKanban}' data-width='500'") . '</li>';
echo '<li>' .html::a('javascript:fullScreen()', "<i class='icon-fullscreen muted'></i> " . $lang->execution->fullScreen, '', "class='btn btn-link' title='{$lang->execution->fullScreen}' data-width='500'") . '</li>';
echo '</ul></div>';