File tree Expand file tree Collapse file tree 7 files changed +27
-37
lines changed Expand file tree Collapse file tree 7 files changed +27
-37
lines changed Original file line number Diff line number Diff line change @@ -33,17 +33,17 @@ Description:
33
33
<div class =" component-title" >
34
34
<p >{{ componentData.componentName }}</p >
35
35
</div >
36
- <div class =" component-html-info" >
37
- <p >Elements in Component:</p >
38
- <p
39
- class =" list-of-elements "
36
+ <!-- < div class="component-html-info"> -- >
37
+ <!-- < p>Elements in Component:</p> -- >
38
+ <!-- < p
39
+ class="component-html-info "
40
40
v-for="htmlElement in componentMap[componentData.componentName]
41
41
.htmlList"
42
42
:key="htmlElement"
43
43
>
44
44
{{ htmlElement.text }}
45
- </p >
46
- </div >
45
+ </p> -->
46
+ <!-- < /div> -- >
47
47
<q-menu context-menu >
48
48
<q-list color =" black" class =" menu" >
49
49
<q-item clickable v-ripple v-close-popup @click =" handleAddChild" >
@@ -405,19 +405,10 @@ export default {
405
405
line-height : 1.2 ;
406
406
z-index : -1 ;
407
407
}
408
- /* .component-html-info {
409
- position: relative;
410
- font-size: 16px;
411
- top: -18px;
412
- left: 2px;
413
- color: black;
414
- -webkit-text-stroke: 0.4px white;
415
- font-weight: 800;
416
- line-height: 1.2;
417
- z-index: -1;
418
- } */
408
+
419
409
.component-html-info {
420
410
display : flex ;
411
+ font-size : 14px ;
421
412
/* flex-basis: auto; */
422
413
flex-direction : column ;
423
414
/* flex-wrap: wrap; */
@@ -496,4 +487,4 @@ export default {
496
487
#counter {
497
488
margin-top : 20px ;
498
489
}
499
- </style >
490
+ </style >
Original file line number Diff line number Diff line change 1
1
<!--
2
2
Description:
3
- Displays dropdown for Components, Routes, and Vuex
4
- Functionality includes: N/A
5
- -->
3
+ Displays dropdown for Components, Routes, and Vuex in Home Sidebar
4
+ -->
6
5
7
6
<template >
8
7
<div class =" q-pa-md" style =" max-width : 350px " >
@@ -16,7 +15,7 @@ Description:
16
15
</q-expansion-item >
17
16
<q-expansion-item dense dense-toggle expand-separator label =" Routes" >
18
17
<q-card >
19
- <div class =" input-container" style =' height : 150px ' >
18
+ <div class =" input-container" style =" height : 150px " >
20
19
<RouteDisplay />
21
20
<br />
22
21
</div >
@@ -37,31 +36,31 @@ Description:
37
36
38
37
<script >
39
38
import RouteDisplay from ' ../components/RouteDisplay'
40
- import ComponentList from ' ./HomeSideDropDownItems /ComponentList'
41
- import VuexForm from ' ./HomeSideDropDownItems /VuexForm'
39
+ import ComponentList from ' ./home_sidebar_items /ComponentList'
40
+ import VuexForm from ' ./home_sidebar_items /VuexForm'
42
41
43
42
export default {
44
43
components: {
45
44
RouteDisplay,
46
45
VuexForm,
47
46
ComponentList
48
- }
49
47
}
48
+ }
50
49
</script >
51
50
52
51
<style lang="stylus">
53
52
54
- .input-add {
55
- margin : 0em 1em 0em 1em ;
56
- }
53
+ .input-add {
54
+ margin : 0em 1em 0em 1em ;
55
+ }
57
56
58
57
.input-container {
59
- margin-top : 1rem ;
60
- background : $subsecondary ;
61
- overflow-y : auto ;
62
- }
58
+ margin-top : 1rem ;
59
+ background : $subsecondary ;
60
+ overflow-y : auto ;
61
+ }
63
62
64
63
.red {
65
- background : red ;
66
- }
64
+ background : red ;
65
+ }
67
66
</style >
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Description:
3
3
Is not imported in current version of OverVue
4
4
Functionality includes: N/A
5
5
-->
6
-
6
+ <!--
7
7
<template>
8
8
<div id="child-select">
9
9
<br />
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Description:
3
3
Is not imported in current version of OverVue
4
4
Functionality includes: N/A
5
5
-->
6
-
6
+ <!--
7
7
<template>
8
8
<div>
9
9
<p class="panel-heading">Selected Elements</p>
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Description:
3
3
Is not imported in current version of OverVue
4
4
Functionality includes: N/A
5
5
-->
6
-
6
+ <!--
7
7
<template>
8
8
<div class="home-sidebar">
9
9
<q-btn-group>
You can’t perform that action at this time.
0 commit comments