From a10960b51162143a21df93f7c00866c4dc684a85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E4=B8=BD=E5=90=9B?= <664953382@qq.com> Date: Wed, 23 Mar 2022 17:29:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E8=A7=86=E9=A2=91=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E5=88=A0=E9=99=A4=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/VideoUpload/index.vue | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/src/components/VideoUpload/index.vue b/src/components/VideoUpload/index.vue index a506af3..b997d12 100644 --- a/src/components/VideoUpload/index.vue +++ b/src/components/VideoUpload/index.vue @@ -15,9 +15,8 @@ > - + + @@ -123,6 +109,11 @@ export default { return {}; }, }, + // 表单禁用时是否显示删除按钮 + disabled: { + type: Boolean, + default: false, + }, }, computed: { showTip() { @@ -311,7 +302,7 @@ export default { } .el-icon-delete { font-size: 18px !important; - color: rgb(243, 143, 130); + // color: rgb(243, 143, 130); } .el-input >>> .el-textarea__inner { font-size: 18px !important;