Fixed demo

pull/6011/head
Cagatay Civici 2024-07-01 15:04:35 +03:00
parent ec0349202d
commit 5f30e99e42
1 changed files with 4 additions and 4 deletions

View File

@ -51,7 +51,7 @@
</template> </template>
<template #empty> <template #empty>
<div class="flex items-center justify-center flex-col"> <div class="flex items-center justify-center flex-col">
<i class="pi pi-cloud-upload border-2 rounded-full p-8 text-4xl text-muted-color" /> <i class="pi pi-cloud-upload !border-2 !rounded-full !p-8 !text-4xl !text-muted-color" />
<p class="mt-6 mb-0">Drag and drop files to here to upload.</p> <p class="mt-6 mb-0">Drag and drop files to here to upload.</p>
</div> </div>
</template> </template>
@ -117,7 +117,7 @@ export default {
</template> </template>
<template #empty> <template #empty>
<div class="flex items-center justify-center flex-col"> <div class="flex items-center justify-center flex-col">
<i class="pi pi-cloud-upload border-2 rounded-full p-8 text-4xl text-muted-color" /> <i class="pi pi-cloud-upload !border-2 !rounded-full !p-8 !text-4xl !text-muted-color" />
<p class="mt-6 mb-0">Drag and drop files to here to upload.</p> <p class="mt-6 mb-0">Drag and drop files to here to upload.</p>
</div> </div>
</template> </template>
@ -175,7 +175,7 @@ export default {
</template> </template>
<template #empty> <template #empty>
<div class="flex items-center justify-center flex-col"> <div class="flex items-center justify-center flex-col">
<i class="pi pi-cloud-upload border-2 rounded-full p-8 text-4xl text-muted-color" /> <i class="pi pi-cloud-upload !border-2 !rounded-full !p-8 !text-4xl !text-muted-color" />
<p class="mt-6 mb-0">Drag and drop files to here to upload.</p> <p class="mt-6 mb-0">Drag and drop files to here to upload.</p>
</div> </div>
</template> </template>
@ -286,7 +286,7 @@ export default {
</template> </template>
<template #empty> <template #empty>
<div class="flex items-center justify-center flex-col"> <div class="flex items-center justify-center flex-col">
<i class="pi pi-cloud-upload border-2 rounded-full p-8 text-4xl text-muted-color" /> <i class="pi pi-cloud-upload !border-2 !rounded-full !p-8 !text-4xl !text-muted-color" />
<p class="mt-6 mb-0">Drag and drop files to here to upload.</p> <p class="mt-6 mb-0">Drag and drop files to here to upload.</p>
</div> </div>
</template> </template>