From c8d40c16308718ea9a806e475d0546eb6c191784 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Mon, 15 Apr 2024 14:31:42 +0100 Subject: [PATCH 1/2] increased font size --- src/components/attachmentCom/AttachFile.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/attachmentCom/AttachFile.jsx b/src/components/attachmentCom/AttachFile.jsx index 41030dc..c47bafa 100644 --- a/src/components/attachmentCom/AttachFile.jsx +++ b/src/components/attachmentCom/AttachFile.jsx @@ -140,7 +140,7 @@ export default function AttachFile({data='', showOnData=false}) { {uploadedList.data.result_list.map((item, index) => { let fileNameExt = item.originalname.split('.')[item.originalname.split('.').length - 1] return( -
+
{index + 1}: Date: Mon, 15 Apr 2024 14:47:30 +0100 Subject: [PATCH 2/2] added margin --- src/components/attachmentCom/AttachFile.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/attachmentCom/AttachFile.jsx b/src/components/attachmentCom/AttachFile.jsx index c47bafa..f0f613d 100644 --- a/src/components/attachmentCom/AttachFile.jsx +++ b/src/components/attachmentCom/AttachFile.jsx @@ -98,7 +98,7 @@ export default function AttachFile({data='', showOnData=false}) { uploadedList.data.result_list.map((item, index) => { let fileNameExt = item.originalname.split('.')[item.originalname.split('.').length - 1] return( -
+
{index + 1}: { let fileNameExt = item.originalname.split('.')[item.originalname.split('.').length - 1] return( -
+
{index + 1}: