fix: update
This commit is contained in:
parent
154e0b599a
commit
3662155783
|
|
@ -147,10 +147,10 @@ const vCalendarSlots = computed(() => {
|
||||||
@apply mt-4;
|
@apply mt-4;
|
||||||
}
|
}
|
||||||
.calendar .vc-weekdays {
|
.calendar .vc-weekdays {
|
||||||
@apply flex;
|
@apply justify-items-center;
|
||||||
}
|
}
|
||||||
.calendar .vc-weekday {
|
.calendar .vc-weekday {
|
||||||
@apply text-muted-foreground rounded-md w-full font-normal text-[0.8rem];
|
@apply text-muted-foreground rounded-md font-normal text-[0.8rem];
|
||||||
}
|
}
|
||||||
.calendar .vc-weeks {
|
.calendar .vc-weeks {
|
||||||
@apply w-full space-y-2 flex flex-col [&>_div]:grid [&>_div]:grid-cols-7;
|
@apply w-full space-y-2 flex flex-col [&>_div]:grid [&>_div]:grid-cols-7;
|
||||||
|
|
|
||||||
|
|
@ -148,16 +148,10 @@ const vCalendarSlots = computed(() => {
|
||||||
@apply mt-4;
|
@apply mt-4;
|
||||||
}
|
}
|
||||||
.calendar .vc-weekdays {
|
.calendar .vc-weekdays {
|
||||||
@apply flex;
|
@apply justify-items-center;
|
||||||
}
|
}
|
||||||
.calendar .vc-weekday {
|
.calendar .vc-weekday {
|
||||||
@apply text-muted-foreground rounded-md w-full font-normal text-[0.8rem];
|
@apply text-muted-foreground rounded-md font-normal text-[0.8rem];
|
||||||
}
|
|
||||||
.calendar .vc-weekday-1 {
|
|
||||||
@apply pr-3;
|
|
||||||
}
|
|
||||||
.calendar .vc-weekday-7 {
|
|
||||||
@apply pl-3;
|
|
||||||
}
|
}
|
||||||
.calendar .vc-weeks {
|
.calendar .vc-weeks {
|
||||||
@apply w-full space-y-2 flex flex-col [&>_div]:grid [&>_div]:grid-cols-7;
|
@apply w-full space-y-2 flex flex-col [&>_div]:grid [&>_div]:grid-cols-7;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user