fix: icon outline
This commit is contained in:
parent
5fc29cd8e5
commit
72e2023abd
3 changed files with 14 additions and 12 deletions
|
|
@ -320,7 +320,7 @@ onMounted(() => {
|
|||
<template v-slot:body-cell-actions="actionData">
|
||||
<q-td class="justify-center">
|
||||
<div>
|
||||
<q-icon class="q-ma-sm" name="info" size="2em" color="primary" />
|
||||
<q-icon class="q-ma-sm" name="o_info" size="2em" color="primary" />
|
||||
<q-tooltip
|
||||
anchor="center left"
|
||||
self="center right"
|
||||
|
|
@ -334,7 +334,7 @@ onMounted(() => {
|
|||
flat
|
||||
color="positive"
|
||||
dense
|
||||
icon="edit"
|
||||
icon="o_edit"
|
||||
@click="
|
||||
() => triggerFileEdit(actionData.row, actionData.row.pathname)
|
||||
"
|
||||
|
|
@ -344,7 +344,7 @@ onMounted(() => {
|
|||
flat
|
||||
color="negative"
|
||||
dense
|
||||
icon="delete"
|
||||
icon="mdi-trash-can-outline"
|
||||
@click="() => triggerFileDelete(actionData.row.pathname)"
|
||||
id="listViewFileDelete"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue