Allgemeine Anpassungen

This commit is contained in:
Michi Tomaschko 2024-07-02 02:15:01 +02:00
parent e00cef4374
commit 8cf3dc8a91
2 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ useDropZone(dropZoneRef, onDrop)
<VIcon icon="tabler-upload" />
</IconBtn>
<h4 class="text-h4">
Drag and drop your image here.
Ziehen Sie Ihr Bild hierher und legen Sie es dort ab.
</h4>
<span class="text-disabled">or</span>

View File

@ -37,7 +37,7 @@ const updateSelectedOption = value => {
:class="props.selectedCheckbox.includes(item.value) ? 'active' : ''"
>
<slot :item="item">
<div class="d-flex flex-column align-center text-center gap-2">
<div class="d-flex flex-column align-center text-center">
<VIcon
v-bind="item.icon"
class="text-high-emphasis"
@ -51,7 +51,7 @@ const updateSelectedOption = value => {
</p>
</div>
</slot>
<div>
<div style="position: absolute; opacity: 0">
<VCheckbox
:model-value="props.selectedCheckbox"
:value="item.value"