From 21b2c44753bf6e0587bd795f2557da63399d6fdf Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期六, 12 三月 2022 19:29:17 +0800 Subject: [PATCH] 完善底库功能 --- src/components/subComponents/FileUpload/btn.vue | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/components/subComponents/FileUpload/btn.vue b/src/components/subComponents/FileUpload/btn.vue index 9eccf99..0bffa02 100644 --- a/src/components/subComponents/FileUpload/btn.vue +++ b/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> -- Gitblit v1.8.0