fix: prev button on second month
This commit is contained in:
parent
fbe14a20c1
commit
879dec88d2
|
|
@ -219,9 +219,9 @@ watch(secondMonthPlaceholder, (_secondMonthPlaceholder) => {
|
||||||
'h-7 w-7 bg-transparent p-0 opacity-50 hover:opacity-100',
|
'h-7 w-7 bg-transparent p-0 opacity-50 hover:opacity-100',
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
@click="updateMonth('second', 1)"
|
@click="updateMonth('second', -1)"
|
||||||
>
|
>
|
||||||
<ChevronRight class="h-4 w-4" />
|
<ChevronLeft class="h-4 w-4" />
|
||||||
</button>
|
</button>
|
||||||
<div
|
<div
|
||||||
:class="cn('text-sm font-medium')"
|
:class="cn('text-sm font-medium')"
|
||||||
|
|
|
||||||
|
|
@ -217,9 +217,9 @@ watch(secondMonthPlaceholder, (_secondMonthPlaceholder) => {
|
||||||
'h-7 w-7 bg-transparent p-0 opacity-50 hover:opacity-100',
|
'h-7 w-7 bg-transparent p-0 opacity-50 hover:opacity-100',
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
@click="updateMonth('second', 1)"
|
@click="updateMonth('second', -1)"
|
||||||
>
|
>
|
||||||
<ChevronRight class="h-4 w-4" />
|
<ChevronLeft class="h-4 w-4" />
|
||||||
</button>
|
</button>
|
||||||
<div :class="cn('text-sm font-medium')">
|
<div :class="cn('text-sm font-medium')">
|
||||||
{{
|
{{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user