This commit is contained in:
Viet An
2026-05-22 09:57:12 +07:00
parent 58367a4793
commit 09b8a096d9
27 changed files with 74 additions and 1041 deletions

View File

@@ -2,7 +2,7 @@
<div
v-if="timeRanges || !enableTime"
class="has-text-primary fixed-grid has-12-cols"
style="border-bottom: 2px solid var(--bulma-grey-80)"
style="border-bottom: 2px solid var(--bulma-grey-lighter)"
>
<div class="grid mb-3">
<div
@@ -22,7 +22,7 @@
@click="v.code !== current && changeOption(v)"
>
<span
:class="v.code === current ? 'font-bold has-text-orange' : 'font-medium has-text-grey-50'"
:class="v.code === current ? 'font-bold has-text-orange' : 'font-medium has-text-grey'"
style="text-wrap: nowrap"
>
{{ v.name }}
@@ -32,7 +32,7 @@
'tag rounded-md w-5 h-6 fs-13',
v.code === current
? 'font-bold has-text-orange has-background-orange-90'
: 'font-medium has-text-grey-40 has-background-grey-90',
: 'font-medium has-text-grey has-background-grey-white-ter',
]"
>{{ v.count }}</span
>