style:fix weekday row flex layout

This commit is contained in:
C_7 2024-08-08 13:25:37 +08:00 committed by GitHub
parent 0d5d2d0d10
commit 52b9a31804
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ const forwardedProps = useForwardProps(delegatedProps)
</script> </script>
<template> <template>
<RangeCalendarGridRow :class="cn('flex mt-2 w-full', props.class)" v-bind="forwardedProps"> <RangeCalendarGridRow :class="cn('flex mt-2 w-full justify-between', props.class)" v-bind="forwardedProps">
<slot /> <slot />
</RangeCalendarGridRow> </RangeCalendarGridRow>
</template> </template>