src/components/subComponents/FileUpload/btn.vue
@@ -34,8 +34,6 @@ mounted() { this.$nextTick(() => { console.log('btn attrs', this.attrs) console.log("btn sourceType", this.sourceType) let props = {accept:''}; if(this.sourceType == 1){ props.accept = '.mp4'; @@ -63,6 +61,6 @@ outline: none; } .uploader-btn:hover { background-color: rgba(0, 0, 0, 0.08); /* background-color: rgba(0, 0, 0, 0.08); */ } </style>