Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
90cfb88c
authored
2020-12-07 15:10:01 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
包更新
1 parent
cc8c1a63
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/zd/lshs/index.vue
src/views/zd/lshs/index.vue
View file @
90cfb88
...
...
@@ -118,8 +118,8 @@ export default {
);
const
tooltip
=
new
G6
.
Tooltip
({
offsetX
:
10
+
10
,
offsetY
:
10
+
10
,
offsetX
:
2
10
,
offsetY
:
2
10
,
itemTypes
:
[
'node'
,
'edge'
],
getContent
:
(
e
)
=>
{
const
outDiv
=
document
.
createElement
(
'div'
);
...
...
@@ -294,7 +294,7 @@ export default {
}
#mountNode
{
margin-left
:
15%
;
margin-left
:
200px
;
}
.slot
{
...
...
Please
register
or
sign in
to post a comment