ZZJ
2022-07-14 2b99047683332624832c1dfcae596e957a710b7d
src/components/giantTree/zTree/ztree.vue
@@ -264,6 +264,7 @@
          // this.clickRemove(treeNode)
          _vue.$emit("onAddDevice", treeNode.id);
        });
        btn.innerHTML = "";
        item.appendChild(btn);
      }
@@ -288,6 +289,7 @@
          // this.clickRemove(treeNode)
          _vue.$emit("onImport", treeNode.id);
        });
        btn.innerHTML = "";
        item.appendChild(btn);
      }
@@ -661,6 +663,15 @@
  top: 2px;
}
.ztree i.iconshishishipin,
.ztree i.icondaoru {
  margin-right: 8px;
  font-size: 18px;
  vertical-align: middle;
  width: 24px;
  text-align: left;
}
.ztree li a.primary {
  color: #3d68e1;
}