From ddd8ef88bf9910f91e399ff4d1d4b8cfe23b2d5c Mon Sep 17 00:00:00 2001 From: ddshi <8811906+ddshi@user.noreply.gitee.com> Date: Wed, 11 Feb 2026 15:16:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20Popover=20=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E7=BC=BA=E5=A4=B1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加缺失的 Popover 组件导入 - 确保时间选择器正常运行 Co-Authored-By: Claude Opus 4.5 --- src/pages/HomePage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 29423e5..ea3d4b7 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -13,6 +13,7 @@ import { Stack, Box, ActionIcon, + Popover, } from '@mantine/core'; import { DatePickerInput } from '@mantine/dates'; import { IconCalendar, IconClock, IconSettings, IconLogout, IconX } from '@tabler/icons-react';