* Finish task#36458.

This commit is contained in:
qiyu-xie
2021-03-09 09:01:03 +08:00
parent ad93900d35
commit 38ee1e1fd6
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -1,2 +1,3 @@
.table-footer .table-actions{width:auto;visibility:visible;opacity:1;}
.table-footer .table-actions .text{line-height:28px;}
.table-footer .table-actions {width: auto; visibility: visible; opacity: 1;}
.table-footer .table-actions .text {line-height: 28px;}
table tbody tr td {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
+1 -1
View File
@@ -59,7 +59,7 @@
}
else
{
echo html::a($this->createLink($module, $methodName, $params), $action->objectName);
echo html::a($this->createLink($module, $methodName, $params), $action->objectName, '_self', "title={$action->objectName}");
}
?>
</td>