File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ export default {
21
21
},
22
22
computed: {
23
23
... mapState ([' componentMap' ]),
24
- // getComponentMap () {
25
- // return this.$store.state.componentMap
26
- // },
27
24
computedTree () {
28
25
return this .buildTree ()
29
26
}
@@ -66,14 +63,11 @@ export default {
66
63
let build = this .transformToTree (this .componentMap )
67
64
return build[' App' ]
68
65
}
69
- },
70
- mounted () {
71
- this .buildTree ()
72
66
}
73
67
}
74
68
</script >
75
69
76
- <style >
70
+ <style lang="stylus" >
77
71
.container {
78
72
height : 100% ;
79
73
width : 100% ;
@@ -92,12 +86,12 @@ export default {
92
86
}
93
87
/* changes the circle node color */
94
88
.treeclass .nodetree circle {
95
- fill : rgb ( 232 , 225 , 16 ) ;
89
+ fill : # A2 D9 FF ;
96
90
}
97
91
/* changes the stroke color */
98
92
.treeclass .linktree {
99
- stroke : rgb ( 232 , 225 , 16 ) !important ;
100
- stroke-opacity : .4 ;
101
- stroke-width : 2 px ;
93
+ stroke : $secondary !important ;
94
+ stroke-opacity : 1 ;
95
+ stroke-width : 8 px ;
102
96
}
103
97
</style >
Original file line number Diff line number Diff line change 10
10
// Tip: Use the "Theme Builder" on Quasar's documentation website.
11
11
12
12
$primary = #73 75 78
13
- $secondary = #fd 5f 00
13
+ $secondary = #2D 95 CD
14
14
$accent = #9C 27 B0
15
15
$subaccent = #45 4d 66
16
16
$subaccentbtn = #2c 38 4d
You can’t perform that action at this time.
0 commit comments