changes
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
>
|
||||
<span
|
||||
v-if="m.disable"
|
||||
class="fs-13 has-text-grey-80"
|
||||
class="fs-13 has-text-grey-lighter"
|
||||
>
|
||||
{{ m.dayPrint }}
|
||||
</span>
|
||||
@@ -84,7 +84,7 @@
|
||||
{
|
||||
'has-background-primary-50 has-text-white': m.date === curdate,
|
||||
'has-background-success-50 has-text-white': m.date === today,
|
||||
'has-text-grey-70': m.currentMonth !== m.monthCondition,
|
||||
'has-text-grey-light': m.currentMonth !== m.monthCondition,
|
||||
},
|
||||
]"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user