change color download icon & tootip
This commit is contained in:
parent
e22f130361
commit
1888ce2f8b
8 changed files with 11 additions and 9 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue