From 67db0b5844bf68d96b44e8e65215b246e4bbf362 Mon Sep 17 00:00:00 2001 From: xixi <123@qq.com> Date: Mon, 19 Aug 2024 11:03:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ai/AiHelper.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ai/AiHelper.tsx b/src/components/ai/AiHelper.tsx index b6f56c3..63eb883 100644 --- a/src/components/ai/AiHelper.tsx +++ b/src/components/ai/AiHelper.tsx @@ -684,7 +684,7 @@ export default function AiHelper(props: PropsType) { const imgSrc = `${Axios.defaults?.baseURL}/route/file/v2/download/true/${item.previewImgs}`; return (
{ // setSelectedId(item.codeTypePageId) // setSelectedImg(item.previewImgs) @@ -712,7 +712,7 @@ export default function AiHelper(props: PropsType) { src={imgSrc} preview={false} // width={265} height={135} - width={210} height={120} + width={210} height={110} style={{ borderRadius: 15 }} />