更新用户总览图表,删除多余的console.log

This commit is contained in:
Eamon-meng
2025-12-20 10:09:38 +08:00
parent e9881d2521
commit 2e4df24e05
12 changed files with 111 additions and 164 deletions

View File

@@ -6,6 +6,7 @@ import {DayPicker} from 'react-day-picker'
import {merge} from '@/lib/utils'
import {buttonVariants} from '@/components/ui/button'
import {zhCN} from 'date-fns/locale'
function Calendar({
className,
@@ -15,6 +16,7 @@ function Calendar({
}: React.ComponentProps<typeof DayPicker>) {
return (
<DayPicker
locale={zhCN}
showOutsideDays={showOutsideDays}
className={merge('p-3', className)}
classNames={{