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 2323 <li >children: {{ componentMap[componentData.componentName].children }}</li >
2424 <!-- <p v-for="child in childList" :key="childList.indexOf(child)"> {{ child.text }}</p> -->
2525 </ul >
26- <q-menu context-menu >
27- <q-list >
26+ <q-menu context-menu >
27+ <q-list class = " menu " >
2828 <q-item clickable v-ripple v-close-popup @click =" handleAddChild" >
2929 <q-item-section >Add Children</q-item-section >
3030 <q-item-section avatar ><q-icon color =" primary" name =" add" /></q-item-section >
@@ -215,6 +215,9 @@ export default {
215215 #269 ;
216216 behavior : url (/pie/PIE.htc );
217217}
218+ .menu {
219+ margin-bottom : 0px !important ;
220+ }
218221.component-box {
219222 color : white ;
220223 border : 1.2px dashed rgb (231 , 203 , 75 );
Original file line number Diff line number Diff line change 66 <i :class =" [left ? 'fas fa-chevron-left' : 'fas fa-list-ul']" id =" btn" ></i >
77 </q-btn >
88 <q-toolbar-title >
9- <q-avatar ></q-avatar >PreVue 2.0
9+ <!-- <q-avatar></q-avatar> -->
10+ PreVue 2.0
1011 </q-toolbar-title >
1112 <OpenProjectComponent />
1213 <SaveProjectComponent />
You can’t perform that action at this time.
0 commit comments