* add linkButton tips in card and card do not show cross scroll

This commit is contained in:
chaideqing
2021-12-01 14:59:33 +08:00
parent 92300af32e
commit 45e127be6e
13 changed files with 44 additions and 23 deletions
+3 -1
View File
@@ -184,7 +184,9 @@ body {margin-bottom: 25px;}
<?php echo $this->execution->getByID($executionID)->name ?>
</strong>
<div class="linkButton" onclick="linkButtonClicked()">
<i class="icon icon-import icon-rotate-270"></i>
<span title="查看详情">
<i class="icon icon-import icon-rotate-270"></i>
</span>
</div>
</div>
<?php endif;?>