Commit 0bb93399 by 潘建波

fix(添加gitcz): 添加了git-cz取代commit提交

1 parent d64778b8
......@@ -7,7 +7,8 @@
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"analyzer": "cross-env use_analyzer=true npm run serve"
"analyzer": "cross-env use_analyzer=true npm run serve",
"commit": "git add . && git-cz"
},
"dependencies": {
"@svgdotjs/svg.js": "^3.0.16",
......
......@@ -414,6 +414,6 @@ p:nth-child(1) {
}
}
.syversion {
color: #ccc;
color: rgb(199, 197, 197);
}
</style>
......@@ -329,7 +329,7 @@ export default {
.fill({ color: "#fff" }),
add.tspan(`${ele.in_ip}`).newLine();
});
text.dy(-6)
text.dy(-6);
childgroup.add(nested);
nested.click(function() {
let data = this.data("childsdv");
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!