vue-upload-component
vue-upload-component copied to clipboard
Can't use styling cursor pointer
CSS styling cursor pointer not appearing because label generated inside are covering it.
you can modify file-upload label style define by the css like this:
::v-deep .file-uploads.file-uploads-html5 label { /* over file-upload label style */ background: #fff; opacity: 0; font-size: 20em; z-index: 1; top: 0; left: 0; right: 0; bottom: 0; position: absolute; width: 100%; height: 100%; cursor: pointer; }