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 {
2121 },
2222 computed: {
2323 ... mapState ([' componentMap' ]),
24- // getComponentMap () {
25- // return this.$store.state.componentMap
26- // },
2724 computedTree () {
2825 return this .buildTree ()
2926 }
@@ -66,14 +63,11 @@ export default {
6663 let build = this .transformToTree (this .componentMap )
6764 return build[' App' ]
6865 }
69- },
70- mounted () {
71- this .buildTree ()
7266 }
7367}
7468 </script >
7569
76- <style >
70+ <style lang="stylus" >
7771.container {
7872 height : 100% ;
7973 width : 100% ;
@@ -92,12 +86,12 @@ export default {
9286}
9387 /* changes the circle node color */
9488.treeclass .nodetree circle {
95- fill : rgb ( 232 , 225 , 16 ) ;
89+ fill : # A2 D9 FF ;
9690}
9791/* changes the stroke color */
9892.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 ;
10296}
10397 </style >
Original file line number Diff line number Diff line change 1010// Tip: Use the "Theme Builder" on Quasar's documentation website.
1111
1212$primary = #73 75 78
13- $secondary = #fd 5f 00
13+ $secondary = #2D 95 CD
1414$accent = #9C 27 B0
1515$subaccent = #45 4d 66
1616$subaccentbtn = #2c 38 4d
You can’t perform that action at this time.
0 commit comments