Commit 0bb93399 by 潘建波

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

1 parent d64778b8
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
"build": "vue-cli-service build", "build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit", "test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint", "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": { "dependencies": {
"@svgdotjs/svg.js": "^3.0.16", "@svgdotjs/svg.js": "^3.0.16",
......
...@@ -414,6 +414,6 @@ p:nth-child(1) { ...@@ -414,6 +414,6 @@ p:nth-child(1) {
} }
} }
.syversion { .syversion {
color: #ccc; color: rgb(199, 197, 197);
} }
</style> </style>
...@@ -329,7 +329,7 @@ export default { ...@@ -329,7 +329,7 @@ export default {
.fill({ color: "#fff" }), .fill({ color: "#fff" }),
add.tspan(`${ele.in_ip}`).newLine(); add.tspan(`${ele.in_ip}`).newLine();
}); });
text.dy(-6) text.dy(-6);
childgroup.add(nested); childgroup.add(nested);
nested.click(function() { nested.click(function() {
let data = this.data("childsdv"); 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!