zhangzengfei
2021-09-22 764456edf0b72fd40fd64f79e59949a63a636005
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>