mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
Fix company/user profile image
This commit is contained in:
@@ -16,7 +16,6 @@
|
|||||||
duration-300
|
duration-300
|
||||||
ease-in-out
|
ease-in-out
|
||||||
isolate
|
isolate
|
||||||
w-full
|
|
||||||
hover:border-gray-300
|
hover:border-gray-300
|
||||||
group
|
group
|
||||||
min-h-[100px]
|
min-h-[100px]
|
||||||
@@ -45,7 +44,7 @@
|
|||||||
|
|
||||||
<!-- Avatar Not Selected -->
|
<!-- Avatar Not Selected -->
|
||||||
<div v-if="!localFiles.length && avatar" class="">
|
<div v-if="!localFiles.length && avatar" class="">
|
||||||
<img :src="getDefaultAvatar()" class="rounded w-16" alt="Default Avatar" />
|
<img :src="getDefaultAvatar()" class="rounded" alt="Default Avatar" />
|
||||||
|
|
||||||
<a
|
<a
|
||||||
href="#"
|
href="#"
|
||||||
@@ -95,7 +94,7 @@
|
|||||||
|
|
||||||
<div
|
<div
|
||||||
v-else-if="localFiles.length && avatar && !multiple"
|
v-else-if="localFiles.length && avatar && !multiple"
|
||||||
class="flex w-full h-full border border-gray-200 rounded"
|
class="flex w-full h-full border border-gray-200 rounded justify-center items-center"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
v-if="localFiles[0].image"
|
v-if="localFiles[0].image"
|
||||||
|
|||||||
Reference in New Issue
Block a user