From 88dcaec914370c4fc74770f731786c49d6484fab Mon Sep 17 00:00:00 2001 From: xhm Date: Mon, 21 Oct 2024 11:09:39 +0800 Subject: [PATCH] =?UTF-8?q?style:=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Event/view/miniAiIdentify/index.less | 2 +- src/pages/Event/view/miniAiIdentify/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Event/view/miniAiIdentify/index.less b/src/pages/Event/view/miniAiIdentify/index.less index cf2a6bc..ea3e315 100644 --- a/src/pages/Event/view/miniAiIdentify/index.less +++ b/src/pages/Event/view/miniAiIdentify/index.less @@ -1,4 +1,4 @@ -.wrap { +.ai-wrap { padding: 20px 80px 100px; } diff --git a/src/pages/Event/view/miniAiIdentify/index.tsx b/src/pages/Event/view/miniAiIdentify/index.tsx index 0217858..1c84b22 100644 --- a/src/pages/Event/view/miniAiIdentify/index.tsx +++ b/src/pages/Event/view/miniAiIdentify/index.tsx @@ -181,7 +181,7 @@ function MiniAiIdentify() { return ( <> {aiData && ( - + AI智能识别 -- GitLab