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
6149babb
authored
2021-01-13 17:30:16 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
lshs
1 parent
4634ae6e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
src/components/lshs/index.vue
src/components/lshs/index.vue
View file @
6149bab
...
...
@@ -187,7 +187,7 @@ export default {
graph
.
render
();
graph
.
on
(
'node:click'
,
e
=>
{
alert
(
e
);
alert
(
e
.
item
);
});
graph
.
on
(
'node:mouseenter'
,
e
=>
{
...
...
@@ -240,19 +240,21 @@ export default {
#mountNode
{
/*height: calc(100% - 68px);*/
margin-top
:
20px
;
width
:
6
0%
;
width
:
5
0%
;
height
:
80%
;
position
:
absolute
;
float
:
left
;
border
:
1px
solid
red
;
}
#mountNodeRight
{
margin
-top
:
20px
;
margin
:
20px
20px
0
0
;
width
:
38%
;
float
:
right
;
height
:
1000px
;
border
:
0
solid
#5ebbff
;
background
:
white
;
}
.slot
{
...
...
Please
register
or
sign in
to post a comment