style:fix weekday row flex layout
This commit is contained in:
parent
0d5d2d0d10
commit
52b9a31804
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user