แก้ไขไอคอนลบ

This commit is contained in:
AnandaTon 2024-01-15 09:46:01 +07:00
parent aa76e7d030
commit 3a1b8cdea4
12 changed files with 168 additions and 121 deletions

View file

@ -449,16 +449,20 @@ onMounted(() => {
>
<q-tooltip>ดาวนโหลดไฟล</q-tooltip>
</q-btn>
<q-btn
@click="clickDelete"
target="_blank"
outline
color="red"
label="ลบไฟล์"
size="12px"
>
<q-tooltip>ลบไฟล</q-tooltip>
</q-btn>
<div>
<q-btn
@click="clickDelete"
target="_blank"
outline
color="red"
flat
dense
icon="delete"
size="12px"
>
<q-tooltip>ลบไฟล</q-tooltip>
</q-btn>
</div>
</q-item-label>
</q-item-section>
</q-item>