refactor: add default img
This commit is contained in:
parent
311ae7310e
commit
a9890c0968
1 changed files with 4 additions and 4 deletions
|
|
@ -1800,13 +1800,13 @@ watch(
|
|||
<div class="full-height full-width" style="background: white">
|
||||
<div
|
||||
class="full-height full-width flex justify-center items-center"
|
||||
style="background: hsla(var(--pink-6-hsl) / 0.15)"
|
||||
style="background: hsla(var(--gray-8-hsl) / 0.15)"
|
||||
>
|
||||
<q-icon
|
||||
size="15rem"
|
||||
name="mdi-office-building-outline"
|
||||
style="color: hsla(var(--pink-6-hsl) / 1)"
|
||||
></q-icon>
|
||||
name="mdi-account-outline"
|
||||
style="color: hsla(var(--gray-5-hsl) / 1)"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue