From 38ee1e1fd6098df71ca48f09decfcb0861907b95 Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Tue, 9 Mar 2021 09:01:03 +0800 Subject: [PATCH] * Finish task#36458. --- module/action/css/trash.css | 5 +++-- module/action/view/trash.html.php | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/module/action/css/trash.css b/module/action/css/trash.css index d1cdb48332..afbfc580cc 100755 --- a/module/action/css/trash.css +++ b/module/action/css/trash.css @@ -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;} diff --git a/module/action/view/trash.html.php b/module/action/view/trash.html.php index 6e56576a07..aa52c3176e 100755 --- a/module/action/view/trash.html.php +++ b/module/action/view/trash.html.php @@ -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}"); } ?>