From d52dc9a2aeaa413beab43f6336a6dc669135e615 Mon Sep 17 00:00:00 2001 From: liugang Date: Wed, 5 Jul 2023 16:12:53 +0800 Subject: [PATCH] * bugEdit: set td width of tableData widget at detail side. --- module/bug/ui/edit.html.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/module/bug/ui/edit.html.php b/module/bug/ui/edit.html.php index b8c652d30b..b54ed7f3af 100644 --- a/module/bug/ui/edit.html.php +++ b/module/bug/ui/edit.html.php @@ -99,6 +99,7 @@ detailBody tableData ( set::title($lang->bug->legendBasicInfo), + set::tdClass('w-64'), item ( set::class($product->shadow ? 'hidden' : ''), @@ -359,6 +360,7 @@ detailBody tableData ( set::title(!empty($project->multiple) ? $lang->bug->legendPRJExecStoryTask : $lang->bug->legendExecStoryTask), + set::tdClass('w-64'), item ( set::name($lang->bug->project), @@ -420,6 +422,7 @@ detailBody tableData ( set::title($lang->bug->legendLife), + set::tdClass('w-64'), item ( set::name($lang->bug->openedBy), @@ -543,6 +546,7 @@ detailBody tableData ( set::title($lang->bug->legendMisc), + set::tdClass('w-64'), item ( set::name($lang->bug->relatedBug),