heyujie
2021-09-18 44a3abe105e9b9b4d1a7173772fc9d18c9b59529
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>