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" /> <VIcon icon="tabler-upload" />
</IconBtn> </IconBtn>
<h4 class="text-h4"> <h4 class="text-h4">
Drag and drop your image here. Ziehen Sie Ihr Bild hierher und legen Sie es dort ab.
</h4> </h4>
<span class="text-disabled">or</span> <span class="text-disabled">or</span>

View File

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