From 2b90d0aee16b672bbee20914915519a586bb44d0 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Mon, 16 Oct 2023 16:33:22 +0800 Subject: [PATCH] * Modify file list of testreport::edit. --- module/testreport/ui/edit.html.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/module/testreport/ui/edit.html.php b/module/testreport/ui/edit.html.php index 4c106234be..811c548d19 100644 --- a/module/testreport/ui/edit.html.php +++ b/module/testreport/ui/edit.html.php @@ -169,10 +169,7 @@ formPanel $report->files ? fileList ( set::files($report->files), - set::hasTitle(false), - set::padding(false), - set::margin(false), - set::pt('0'), + set::fieldset(false), ) : null, upload() )