浏览代码

查询联系人优化多余删除符号

qymljy 1 年之前
父节点
当前提交
d00857792e
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/template/contactsNewTemplate/index.vue

+ 3 - 1
src/template/contactsNewTemplate/index.vue

@@ -151,5 +151,7 @@ export default {
 </script>
 
 <style scoped>
-
+/deep/ .el-input__validateIcon {
+  display: none;
+}
 </style>