แก้ไขไอคอนลบ
This commit is contained in:
parent
aa76e7d030
commit
3a1b8cdea4
12 changed files with 168 additions and 121 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue