包更新
Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -118,8 +118,8 @@ export default { | ... | @@ -118,8 +118,8 @@ export default { |
| 118 | ); | 118 | ); |
| 119 | 119 | ||
| 120 | const tooltip = new G6.Tooltip({ | 120 | const tooltip = new G6.Tooltip({ |
| 121 | offsetX: 10 + 10, | 121 | offsetX: 210, |
| 122 | offsetY: 10 + 10, | 122 | offsetY: 210, |
| 123 | itemTypes: ['node', 'edge'], | 123 | itemTypes: ['node', 'edge'], |
| 124 | getContent: (e) => { | 124 | getContent: (e) => { |
| 125 | const outDiv = document.createElement('div'); | 125 | const outDiv = document.createElement('div'); |
| ... | @@ -294,7 +294,7 @@ export default { | ... | @@ -294,7 +294,7 @@ export default { |
| 294 | } | 294 | } |
| 295 | 295 | ||
| 296 | #mountNode{ | 296 | #mountNode{ |
| 297 | margin-left: 15%; | 297 | margin-left: 200px; |
| 298 | } | 298 | } |
| 299 | 299 | ||
| 300 | .slot{ | 300 | .slot{ | ... | ... |
-
Please register or sign in to post a comment