From 44a3abe105e9b9b4d1a7173772fc9d18c9b59529 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期六, 18 九月 2021 16:24:02 +0800 Subject: [PATCH] 应用中心ui改动 --- 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