* Fix bug#11721.

This commit is contained in:
qiyu-xie
2021-04-06 13:20:58 +08:00
parent bb96f95cdd
commit c4596e90fa
+1
View File
@@ -158,6 +158,7 @@ class datatableModel extends model
$title = (isset($col->name) and $col->name) ? "title='$col->name'" : $title;
if($id == 'id' and (int)$width < 90) $width = '90px';
$align = $id == 'actions' ? 'text-center' : '';
$align = in_array($id, array('budget', 'teamCount', 'estimate', 'consume')) ? 'text-right' : $align;
$style = '';
$data = '';