This commit is contained in:
Viet An
2026-06-18 11:57:37 +07:00
parent 5302e685a4
commit 8b07ab4e65
34 changed files with 90 additions and 65 deletions

View File

@@ -50,7 +50,7 @@
<div v-if="type === 'days'">
<div class="columns is-mobile mx-0">
<div
class="column px-2 py-1 has-text-grey-dark"
class="column px-2 py-1 has-text-grey-30"
v-for="(m, h) in dateOfWeek"
:key="h"
>

View File

@@ -68,7 +68,7 @@
</div>
</div>
<div v-if="type === 'days'">
<div class="fixed-grid has-7-cols mb-1 fs-12 font-medium has-background-white-bis has-text-grey rounded-full">
<div class="fixed-grid has-7-cols mb-1 fs-12 font-medium has-background-white-100 has-text-grey rounded-full">
<div class="grid is-gap-0">
<p
v-for="(m, h) in dateOfWeek"
@@ -93,7 +93,7 @@
>
<span
v-if="m.disabled"
class="fs-13 has-text-grey-light is-unselectable"
class="fs-13 has-text-grey-70 is-unselectable"
>
{{ m.dayPrint.replace(/^0/, "") }}
</span>

View File

@@ -10,7 +10,7 @@
class="cell"
>
<button
:class="['button is-white w-full fs-14', (i === 0 || i === 11) && 'has-text-grey-light']"
:class="['button is-white w-full fs-14', (i === 0 || i === 11) && 'has-text-grey-70']"
@click="emit('year', year)"
>
{{ year }}