fixbug: limit-analyse日历UI调整

This commit is contained in:
zdl
2025-11-19 19:13:12 +08:00
parent 5f6b4b083b
commit 3eb31c99dc
2 changed files with 11 additions and 8 deletions

View File

@@ -444,7 +444,6 @@ export default function LimitAnalyse() {
borderColor="whiteAlpha.300"
backdropFilter="saturate(180%) blur(10px)"
w="full"
minH="420px"
>
<CardBody p={4}>
<EnhancedCalendar
@@ -453,8 +452,9 @@ export default function LimitAnalyse() {
availableDates={availableDates}
compact
hideSelectionInfo
hideLegend
width="100%"
cellHeight={10}
cellHeight={16}
/>
</CardBody>
</Card>