minor prettier change.
This commit is contained in:
parent
a46ca45de0
commit
435f5405c6
1 changed files with 5 additions and 1 deletions
|
|
@ -112,7 +112,11 @@
|
|||
<q-tooltip>Pending</q-tooltip>
|
||||
</q-icon>
|
||||
</q-td>
|
||||
<q-td key="memo" :props="props" style="white-space: normal; word-break: break-all;">
|
||||
<q-td
|
||||
key="memo"
|
||||
:props="props"
|
||||
style="white-space: normal; word-break: break-all"
|
||||
>
|
||||
<q-badge v-if="props.row.tag" color="yellow" text-color="black">
|
||||
<a
|
||||
class="inherit"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue