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
b4e0e25f
authored
2021-01-22 16:21:37 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
样式修改
1 parent
c185d4f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
src/components/lshs/index.vue
src/components/lshs/index.vue
View file @
b4e0e25
...
...
@@ -179,6 +179,8 @@ export default {
'polyline'
,
);
//鼠标移动 弹出界面
const
tooltip
=
new
G6
.
Tooltip
({
offsetX
:
10
,
offsetY
:
10
,
...
...
@@ -224,13 +226,14 @@ export default {
endArrow
:
true
,
radius
:
10
,
offset
:
10
,
// fontSize:14,
// endArrow: true,
lineWidth
:
2
,
lineWidth
:
2
,
//箭头宽度
stroke
:
'rgba(78,142,230,0.45)'
,
},
},
nodeStateStyles
:
{
selected
:
{
selected
:
{
//选中之后样式
stroke
:
'#d9d9d9'
,
fill
:
'#5394ef'
,
},
...
...
Please
register
or
sign in
to post a comment