File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 23
23
<li >children: {{ componentMap[componentData.componentName].children }}</li >
24
24
<!-- <p v-for="child in childList" :key="childList.indexOf(child)"> {{ child.text }}</p> -->
25
25
</ul >
26
- <q-menu context-menu >
27
- <q-list >
26
+ <q-menu context-menu >
27
+ <q-list class = " menu " >
28
28
<q-item clickable v-ripple v-close-popup @click =" handleAddChild" >
29
29
<q-item-section >Add Children</q-item-section >
30
30
<q-item-section avatar ><q-icon color =" primary" name =" add" /></q-item-section >
@@ -215,6 +215,9 @@ export default {
215
215
#269 ;
216
216
behavior : url (/pie/PIE.htc );
217
217
}
218
+ .menu {
219
+ margin-bottom : 0px !important ;
220
+ }
218
221
.component-box {
219
222
color : white ;
220
223
border : 1.2px dashed rgb (231 , 203 , 75 );
Original file line number Diff line number Diff line change 6
6
<i :class =" [left ? 'fas fa-chevron-left' : 'fas fa-list-ul']" id =" btn" ></i >
7
7
</q-btn >
8
8
<q-toolbar-title >
9
- <q-avatar ></q-avatar >PreVue 2.0
9
+ <!-- <q-avatar></q-avatar> -->
10
+ PreVue 2.0
10
11
</q-toolbar-title >
11
12
<OpenProjectComponent />
12
13
<SaveProjectComponent />
You can’t perform that action at this time.
0 commit comments