refactor: edit border of visa

This commit is contained in:
Thanaphon Frappet 2024-11-14 14:01:15 +07:00
parent 71b5123f25
commit fcb4c4a5f8

View file

@ -149,16 +149,15 @@ watch(
</div>
<div class="row">
<div v-if="!ocr" class="col row justify-center" style="max-height: 50%">
<div style="border: 1px dashed">
<q-avatar
square
size="100px"
font-size="50px"
color="grey-4"
text-color="grey"
icon="mdi-image-outline"
/>
</div>
<q-avatar
style="border: 1px dashed; border-color: black"
square
size="100px"
font-size="50px"
color="grey-4"
text-color="grey"
icon="mdi-image-outline"
/>
</div>
<div
class="row q-col-gutter-sm"