From 58e9a4c742932c826e0b8f831e169fbcc94048ac Mon Sep 17 00:00:00 2001 From: jialin Date: Thu, 5 Sep 2024 18:42:26 +0800 Subject: [PATCH] style: margin left --- src/pages/llmodels/components/data-form.tsx | 4 ++-- src/pages/llmodels/components/update-modal.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/llmodels/components/data-form.tsx b/src/pages/llmodels/components/data-form.tsx index ca56e86a..2b1908dc 100644 --- a/src/pages/llmodels/components/data-form.tsx +++ b/src/pages/llmodels/components/data-form.tsx @@ -314,7 +314,7 @@ const DataForm: React.FC = forwardRef((props, ref) => { })} @@ -342,7 +342,7 @@ const DataForm: React.FC = forwardRef((props, ref) => { })} diff --git a/src/pages/llmodels/components/update-modal.tsx b/src/pages/llmodels/components/update-modal.tsx index 4726c1ad..4f2fba0a 100644 --- a/src/pages/llmodels/components/update-modal.tsx +++ b/src/pages/llmodels/components/update-modal.tsx @@ -382,7 +382,7 @@ const UpdateModal: React.FC = (props) => { })} @@ -409,7 +409,7 @@ const UpdateModal: React.FC = (props) => { })}