From 5eed018991ab1981bd1ab0891dc52b15fa4edf5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E6=9E=B3?= <7854742+wang_rumeng@user.noreply.gitee.com> Date: Wed, 22 Oct 2025 20:05:36 +0800 Subject: [PATCH] =?UTF-8?q?@=E6=8C=89=E9=92=AE=E5=8A=A0tooltip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CreateInput/VideoCreationForm.tsx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/components/pages/create-video/CreateInput/VideoCreationForm.tsx b/components/pages/create-video/CreateInput/VideoCreationForm.tsx index 272fd6c..bbaba89 100644 --- a/components/pages/create-video/CreateInput/VideoCreationForm.tsx +++ b/components/pages/create-video/CreateInput/VideoCreationForm.tsx @@ -26,6 +26,7 @@ import { StoryTemplateEntity } from '@/app/service/domain/Entities'; import { useUploadFile } from '@/app/service/domain/service'; import { useAppDispatch, useAppSelector } from '@/lib/store/hooks'; import { clearSelection } from '@/lib/store/creationTemplateSlice'; +import { Tooltip } from "antd"; export default function VideoCreationForm() { const [photos, setPhotos] = useState([]); @@ -566,12 +567,14 @@ export default function VideoCreationForm() { } > - + + + {/* Configuration - Desktop: Full Panel, Mobile: Setting Icon */}