UNPKG
@kgdata/visualgraph
Version:
latest (1.0.5)
1.0.5
1.0.4
visualgraph
github.com/xxx/xxx
@kgdata/visualgraph
/
src
/
VisualGraph
/
GraphSettingFilter
/
index.less
11 lines
(10 loc)
•
176 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
.percentBox
{
display
: flex;
box-sizing
: border-box;
margin-bottom
:
5px
;
padding
:
0
5px
; }
.betweenBox
{
display
: flex;
justify-content
: space-between; }