change color download icon & tootip

This commit is contained in:
Warunee Tamkoo 2025-07-21 15:50:41 +07:00
parent e22f130361
commit 1888ce2f8b
8 changed files with 11 additions and 9 deletions

View file

@ -189,12 +189,14 @@ onMounted(() => {
</q-item-section>
<q-item-section avatar>
<q-btn
color="teal-5"
color="blue"
round
flat
icon="mdi-download"
@click="fileOpen(file.pathName)"
></q-btn>
>
<q-tooltip> ดาวนโหลดไฟล </q-tooltip>
</q-btn>
</q-item-section>
</q-item>
</q-list>