Allgemeine Anpassungen
This commit is contained in:
parent
e00cef4374
commit
8cf3dc8a91
@ -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>
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user