* Finish Task #43407,43420
This commit is contained in:
@@ -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;}
|
||||
|
||||
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user