File tree Expand file tree Collapse file tree 4 files changed +13
-12
lines changed Expand file tree Collapse file tree 4 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Description:
31
31
:onResizeStart =" recordInitialSize"
32
32
>
33
33
<div class =" component-title" >
34
- <p >{{ componentData.componentName }}</p >
34
+ <p style = ' color : black ' >{{ componentData.componentName }}</p >
35
35
</div >
36
36
<!-- <div class="component-html-info"> -->
37
37
<!-- <p>Elements in Component:</p> -->
Original file line number Diff line number Diff line change @@ -87,14 +87,14 @@ export default {
87
87
},
88
88
watch: {
89
89
// toggles dashboard to "Component Details" tab when a components is selected
90
- activeComponent : function () {
91
- if (this .activeComponent !== ' ' ) {
92
- this .tab = ' detail'
93
- } else {
94
- // otherwise toggle dashboard to 'Project Tree' tab if no component is selected
95
- this .tab = ' tree'
96
- }
97
- },
90
+ // activeComponent: function () {
91
+ // if (this.activeComponent !== '') {
92
+ // this.tab = 'detail'
93
+ // } else {
94
+ // // otherwise toggle dashboard to 'Project Tree' tab if no component is selected
95
+ // this.tab = 'tree'
96
+ // }
97
+ // },
98
98
// otherwise toggle dashboard to 'Project Tree' tab if no component is selected or the
99
99
// user is in the process of creating a component
100
100
componentNameInputValue : function () {
Original file line number Diff line number Diff line change @@ -45,8 +45,9 @@ Description:
45
45
<p class =" editName" v-if =" this.activeComponentObj" >
46
46
Currently selected component: {{ this.activeComponentObj.componentName }}
47
47
</p >
48
- <p class =" editName" v-else >Select a component</p >
48
+ <!-- < p class="editName" v-else>Select a component</p> -- >
49
49
<q-btn id =" deleteButton" @click =" deleteSelectedComp(activeComponentData)" label = ' Delete currently selected' />
50
+ <br />
50
51
<div v-if =" this.activeComponentData" >
51
52
<br />
52
53
<!-- @input="selectParent"
@@ -160,7 +161,7 @@ Description:
160
161
</q-list >
161
162
</a >
162
163
</div >
163
- <p v-else > Select Component to Enable Edit </p >
164
+ <p v-else > < br /> Select Component to Enable Edit </p >
164
165
</div >
165
166
</template >
166
167
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Description:
8
8
<q-list padding bordered class =" rounded-borders drawer-menu" >
9
9
<q-expansion-item dense dense-toggle expand-separator label =" Edit/Delete Components" >
10
10
<q-card >
11
- <div class =" input-container" style =' height : 500 px ' >
11
+ <div class =" input-container" style =' height : 100 % ' >
12
12
<EditDeleteComponents />
13
13
</div >
14
14
</q-card >
You can’t perform that action at this time.
0 commit comments