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;