refactor: edit border of visa
This commit is contained in:
parent
71b5123f25
commit
fcb4c4a5f8
1 changed files with 9 additions and 10 deletions
|
|
@ -149,16 +149,15 @@ watch(
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div v-if="!ocr" class="col row justify-center" style="max-height: 50%">
|
<div v-if="!ocr" class="col row justify-center" style="max-height: 50%">
|
||||||
<div style="border: 1px dashed">
|
<q-avatar
|
||||||
<q-avatar
|
style="border: 1px dashed; border-color: black"
|
||||||
square
|
square
|
||||||
size="100px"
|
size="100px"
|
||||||
font-size="50px"
|
font-size="50px"
|
||||||
color="grey-4"
|
color="grey-4"
|
||||||
text-color="grey"
|
text-color="grey"
|
||||||
icon="mdi-image-outline"
|
icon="mdi-image-outline"
|
||||||
/>
|
/>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="row q-col-gutter-sm"
|
class="row q-col-gutter-sm"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue