This commit is contained in:
Viet An
2026-06-18 11:57:37 +07:00
parent 5302e685a4
commit 8b07ab4e65
34 changed files with 90 additions and 65 deletions

View File

@@ -55,11 +55,11 @@
{{ v.label.indexOf(">") >= 0 ? $stripHtml(v.label, 30) : v.label }}
</a>
<a
class="tag is-delete is-marginless has-text-black-bis"
class="tag is-delete is-marginless has-text-black-5"
@click="removeFilter(i)"
></a>
</div>
<span class="help has-text-black-bis">
<span class="help has-text-black-5">
{{
v.sort
? v.sort
@@ -163,7 +163,7 @@
</template>
<span
v-else
class="has-text-grey-light"
class="has-text-grey-70"
>-</span
>
</td>