File tree Expand file tree Collapse file tree 4 files changed +18
-11
lines changed Expand file tree Collapse file tree 4 files changed +18
-11
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 11<template >
22 <q-footer reveal class =" gradient text-white" :style =" { height: `${height}vh` }" >
3- <q-toolbar >
3+ <q-toolbar class = " toolbar-background " >
44 <q-btn flat color =" subaccent" round @click =" openBottomDrawer" >
55 <i :class =" [open ? down : up]" id =" btn" ></i >
66 </q-btn >
9090 transition-timing-function : ease-in ;
9191 transition : 0.2s ;
9292 // background: #313131;
93- background : black ;
93+ background : # 27 28 22 ;
9494}
9595// changes the footer toolbar height
9696.q-toolbar {
106106// this class selector does not change anything
107107.q-tab__label {
108108 // font-size not changing
109- font-size : 10px !important ;
110- line-height : 1.718em ;
111- font-weight : 500 ;
109+ font-size : 10px !important ;
110+ line-height : 1.718em ;
111+ font-weight : 500 ;
112112}
113113// changes the tab label styling
114114#label-text {
129129.q-tabs {
130130 background : #11 12 0F ;
131131}
132+ .toolbar-background {
133+ background : black ;
134+ }
132135.full-footer {
133- height : 100vh ;
136+ // height: 100vh;
137+ padding-bottom : 0px ;
134138}
135139 </style >
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ export default {
9191/* changes the stroke color */
9292.treeclass .linktree {
9393 stroke : $secondary !important ;
94- stroke-opacity : 1 ;
94+ stroke-opacity : 0.4 ;
9595 stroke-width : 8px ;
9696}
9797 </style >
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 />
@@ -61,7 +62,6 @@ export default {
6162<style lang="stylus">
6263.q-layout {
6364 transition-timing-function : ease-in ;
64- transition : 0.2s ;
6565}
6666.export-btn {
6767 margin-left : 0.3rem ;
You can’t perform that action at this time.
0 commit comments