From 5fc6d3ee38ff7c8c719a2ccd3a4a15eed576bded Mon Sep 17 00:00:00 2001 From: jialin Date: Wed, 4 Sep 2024 10:44:37 +0800 Subject: [PATCH] fix: instance time not aligned --- src/pages/llmodels/components/instance-item.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/llmodels/components/instance-item.tsx b/src/pages/llmodels/components/instance-item.tsx index 731441af..6da14e9e 100644 --- a/src/pages/llmodels/components/instance-item.tsx +++ b/src/pages/llmodels/components/instance-item.tsx @@ -118,7 +118,7 @@ const InstanceItem: React.FC = ({ - + {dayjs(item.created_at).format('YYYY-MM-DD HH:mm:ss')}