changes
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user