refactor: enhance layout and styling for ImageUploadDialog component
This commit is contained in:
parent
de8178118e
commit
f9df3e7aef
1 changed files with 3 additions and 3 deletions
|
|
@ -202,7 +202,7 @@ watch(
|
|||
>
|
||||
<aside
|
||||
class="image-dialog-body relative-position rounded surface-1 flex items-center"
|
||||
:class="{ 'q-mr-sm': $q.screen.gt.sm, 'q-mb-sm': $q.screen.lt.md }"
|
||||
:class="{ 'q-mr-md': $q.screen.gt.sm, 'q-mb-md': $q.screen.lt.md }"
|
||||
>
|
||||
<img
|
||||
:src="tempImage || fallbackUrl"
|
||||
|
|
@ -248,8 +248,8 @@ watch(
|
|||
|
||||
<aside
|
||||
v-if="!hiddenFooter"
|
||||
class="self-start col"
|
||||
style="overflow: auto; height: 30em"
|
||||
class="self-start col scroll"
|
||||
style="height: 30em; width: 34em"
|
||||
>
|
||||
<div class="row items-center q-gutter-sm">
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue