diff --git a/src/components/base/BaseDownload.vue b/src/components/base/BaseDownload.vue index 550232d..26168f5 100644 --- a/src/components/base/BaseDownload.vue +++ b/src/components/base/BaseDownload.vue @@ -2,13 +2,12 @@ label.download.flex.cursor-pointer.relative.items-center.justify-center.rounded( :style="{height: `${height}px`, width: width ? `${width}px` : '100%'}" ) - base-input( + base-input.w-full.h-full( @change="(e) => addNewFiles(e)", doc, type="file", :accept="getAccept", - id="download", - :style="{zIndex: '-1'}", + id="upload" borderless, :multiple="multiple" ) @@ -92,6 +91,12 @@ export default {