เพิ่ม tooltip
This commit is contained in:
parent
5a2658ab37
commit
4068fd8b74
2 changed files with 29 additions and 25 deletions
|
|
@ -254,31 +254,31 @@ function updateDateMonth(date: Date) {
|
|||
</div>
|
||||
</div> -->
|
||||
<div class="row q-mb-sm justify-between">
|
||||
<q-btn
|
||||
size="12px"
|
||||
dense
|
||||
icon="mdi-chevron-left"
|
||||
class="self-center items-center"
|
||||
color="primary"
|
||||
@click="gotoPrevMonth"
|
||||
>
|
||||
<q-tooltip>เดือนก่อนหน้า</q-tooltip>
|
||||
</q-btn>
|
||||
|
||||
<q-btn
|
||||
size="12px"
|
||||
dense
|
||||
icon="mdi-chevron-left"
|
||||
class="self-center items-center"
|
||||
color="primary"
|
||||
@click="gotoPrevMonth"
|
||||
></q-btn>
|
||||
|
||||
|
||||
<p class="q-ma-none text-center">
|
||||
{{ monthYearThai(dateMonth) }}
|
||||
</p>
|
||||
|
||||
|
||||
<q-btn
|
||||
size="12px"
|
||||
dense
|
||||
icon="mdi-chevron-right"
|
||||
class="self-center items-center"
|
||||
color="primary"
|
||||
@click="gotoNextMonth"
|
||||
></q-btn>
|
||||
<p class="q-ma-none text-center">
|
||||
{{ monthYearThai(dateMonth) }}
|
||||
</p>
|
||||
|
||||
<q-btn
|
||||
size="12px"
|
||||
dense
|
||||
icon="mdi-chevron-right"
|
||||
class="self-center items-center"
|
||||
color="primary"
|
||||
@click="gotoNextMonth"
|
||||
>
|
||||
<q-tooltip>เดือนถัดไป</q-tooltip>
|
||||
</q-btn>
|
||||
</div>
|
||||
<FullCalendar
|
||||
ref="fullCalendar"
|
||||
|
|
|
|||
|
|
@ -257,7 +257,9 @@ function updateDateMonth(date: Date) {
|
|||
class="self-center items-center"
|
||||
color="primary"
|
||||
@click="gotoPrevMonth"
|
||||
></q-btn>
|
||||
>
|
||||
<q-tooltip>เดือนก่อนหน้า</q-tooltip>
|
||||
</q-btn>
|
||||
|
||||
<p class="q-ma-none text-center">
|
||||
{{ monthYearThai(dateMonth) }}
|
||||
|
|
@ -270,7 +272,9 @@ function updateDateMonth(date: Date) {
|
|||
class="self-center items-center"
|
||||
color="primary"
|
||||
@click="gotoNextMonth"
|
||||
></q-btn>
|
||||
>
|
||||
<q-tooltip>เดือนถัดไป</q-tooltip>
|
||||
</q-btn>
|
||||
</div>
|
||||
<FullCalendar
|
||||
ref="fullCalendar"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue