This commit is contained in:
Viet An
2026-07-02 16:20:37 +07:00
parent 6d9dce38cb
commit 5e6cb7a551
10 changed files with 463 additions and 419 deletions

View File

@@ -13,7 +13,7 @@
<span class="icon">
<Icon
name="material-symbols:content-copy-outline-rounded"
:size="14"
:size="16"
/>
</span>
</button>
@@ -102,7 +102,13 @@
:class="['button is-primary', isLoading && 'is-loading']"
@click="saveSetting"
>
Lưu lại
<span class="icon">
<Icon
name="material-symbols:check-rounded"
:size="18"
/>
</span>
<span>Lưu lại</span>
</button>
</p>
</div>