Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
platform
/
fanxing_new
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 0bb93399
authored
Jul 06, 2020
by
潘建波
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix(添加gitcz): 添加了git-cz取代commit提交
1 parent
d64778b8
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
package.json
src/views/Login.vue
src/views/ops/equipment_manage.vue
package.json
View file @
0bb9339
...
@@ -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"
,
...
...
src/views/Login.vue
View file @
0bb9339
...
@@ -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
>
src/views/ops/equipment_manage.vue
View file @
0bb9339
...
@@ -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"
);
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment