UNPKG
@antv/x6-plugin-snapline
Version:
beta (2.0.6-beta.26)
latest (2.1.7)
3.0.0
2.1.7
2.1.6
2.1.5
2.1.3
2.1.2
2.0.6-beta.26
2.0.6-beta.25
2.0.6-beta.20
2.0.2
2.0.1
2.0.0
snapline plugin for X6
x6.antv.antgroup.com/tutorial/plugins/snapline
antvis/x6
@antv/x6-plugin-snapline
/
lib
/
index.less
17 lines
(14 loc)
•
246 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@snapline-prefix-cls:
~'x6-widget-snapline'
;
.@{snapline-prefix-cls}
{
position
: absolute;
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
pointer-events
: none;
&
-vertical
,
&
-horizontal
{
stroke
:
#2ecc71
;
stroke-width
:
1px
; } }