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