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