fix icon
This commit is contained in:
parent
8f6aaf2324
commit
803d5f0b1a
@ -77,7 +77,7 @@ const downloadFile = (fileUrl) => {
|
|||||||
<span class="pb-0">{{ p_note.note }}</span>
|
<span class="pb-0">{{ p_note.note }}</span>
|
||||||
<span v-if="p_note.file_url" style="font-size: 12px;float: right;">
|
<span v-if="p_note.file_url" style="font-size: 12px;float: right;">
|
||||||
<a type="button" @click="downloadFile(p_note.file_url)">
|
<a type="button" @click="downloadFile(p_note.file_url)">
|
||||||
<VIcon>mdi-file-image</VIcon>
|
<VIcon>ri-file-download-line</VIcon>
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
<p class="text-start fs-5 mb-0 pb-0 text-grey">
|
<p class="text-start fs-5 mb-0 pb-0 text-grey">
|
||||||
|
Loading…
Reference in New Issue
Block a user