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