refactor: add default img

This commit is contained in:
Net 2024-08-02 17:06:54 +07:00
parent 311ae7310e
commit a9890c0968

View file

@ -1800,13 +1800,13 @@ watch(
<div class="full-height full-width" style="background: white"> <div class="full-height full-width" style="background: white">
<div <div
class="full-height full-width flex justify-center items-center" 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 <q-icon
size="15rem" size="15rem"
name="mdi-office-building-outline" name="mdi-account-outline"
style="color: hsla(var(--pink-6-hsl) / 1)" style="color: hsla(var(--gray-5-hsl) / 1)"
></q-icon> />
</div> </div>
</div> </div>
</template> </template>