-
@@ -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;