diff --git a/src/components/ChangelogModal.tsx b/src/components/ChangelogModal.tsx index 1f4e0c2..bffdb86 100644 --- a/src/components/ChangelogModal.tsx +++ b/src/components/ChangelogModal.tsx @@ -57,7 +57,7 @@ export function ChangelogModal({ isOpen, onClose }: ChangelogModalProps) { animate={{ opacity: 1 }} exit={{ opacity: 0 }} onClick={onClose} - className="fixed inset-0 bg-black/50 z-[100]" + className="fixed inset-0 bg-black/50 z-[9999]" /> {/* 模态框 */} @@ -65,7 +65,7 @@ export function ChangelogModal({ isOpen, onClose }: ChangelogModalProps) { initial={{ opacity: 0, scale: 0.95, y: 20 }} animate={{ opacity: 1, scale: 1, y: 0 }} exit={{ opacity: 0, scale: 0.95, y: 20 }} - className="fixed inset-4 md:inset-8 lg:inset-16 z-[101] flex items-center justify-center" + className="fixed inset-4 md:inset-8 lg:inset-16 z-[10000] flex items-center justify-center" >