Update Lang

This commit is contained in:
Thien Pham Van
2026-01-27 15:19:21 +07:00
parent 7ba73f92e4
commit 576a50c113
5 changed files with 252 additions and 139 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="mb-2">
<span :class="`icon-text fsb-${size||17} ${type || 'has-text-findata'}`">
<span :class="`icon-text fsb-${size||17} ${type || 'has-text-findata'}`" class ="field is-align-items-center">
<b class="mr-1">{{ title }}</b>
<SvgIcon v-bind="{name: 'right.svg', type: type? type.replace('has-text-', '') : null, size: (size>=30? size*0.7 : size) || 20, alt: 'Arrow'}"></SvgIcon>
</span>