From ef6ad86e20d184b04891867ff93cbf04abb56554 Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Fri, 20 Aug 2021 14:33:07 +0800 Subject: [PATCH] * Finish task#41706. --- module/common/model.php | 2 +- module/execution/model.php | 2 +- module/product/model.php | 4 ++-- module/program/model.php | 2 +- module/project/model.php | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/module/common/model.php b/module/common/model.php index f53d13e12b..d5361be372 100644 --- a/module/common/model.php +++ b/module/common/model.php @@ -546,7 +546,7 @@ class commonModel extends model if($config->systemMode == 'classic' and $openApp == 'execution') $icon = zget($lang->navIcons, 'project', ''); $link = helper::createLink($currentModule, $currentMethod); $className = $openApp == 'devops' ? 'btn num' : 'btn'; - $html = $link ? html::a($link, "$icon {$lang->$openApp->common}", '', "class='$className'") : "$icon {$lang->$openApp->common}"; + $html = $link ? html::a($link, "$icon {$lang->$openApp->common}", '', "class='$className' style='padding-top: 2px'") : "$icon {$lang->$openApp->common}"; echo "
" . $html . '
'; } diff --git a/module/execution/model.php b/module/execution/model.php index b3e7dc4d9f..76f37903a2 100644 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -961,7 +961,7 @@ class executionModel extends model } $dropMenuLink = helper::createLink('execution', 'ajaxGetDropMenu', "executionID=$executionID&module=$currentModule&method=$currentMethod&extra="); - $output = "