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 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 1
1
<template >
2
2
<q-footer reveal class =" gradient text-white" :style =" { height: `${height}vh` }" >
3
- <q-toolbar >
3
+ <q-toolbar class = " toolbar-background " >
4
4
<q-btn flat color =" subaccent" round @click =" openBottomDrawer" >
5
5
<i :class =" [open ? down : up]" id =" btn" ></i >
6
6
</q-btn >
90
90
transition-timing-function : ease-in ;
91
91
transition : 0.2s ;
92
92
// background: #313131;
93
- background : black ;
93
+ background : # 27 28 22 ;
94
94
}
95
95
// changes the footer toolbar height
96
96
.q-toolbar {
106
106
// this class selector does not change anything
107
107
.q-tab__label {
108
108
// 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 ;
112
112
}
113
113
// changes the tab label styling
114
114
#label-text {
129
129
.q-tabs {
130
130
background : #11 12 0F ;
131
131
}
132
+ .toolbar-background {
133
+ background : black ;
134
+ }
132
135
.full-footer {
133
- height : 100vh ;
136
+ // height: 100vh;
137
+ padding-bottom : 0px ;
134
138
}
135
139
</style >
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ export default {
91
91
/* changes the stroke color */
92
92
.treeclass .linktree {
93
93
stroke : $secondary !important ;
94
- stroke-opacity : 1 ;
94
+ stroke-opacity : 0.4 ;
95
95
stroke-width : 8px ;
96
96
}
97
97
</style >
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 />
@@ -61,7 +62,6 @@ export default {
61
62
<style lang="stylus">
62
63
.q-layout {
63
64
transition-timing-function : ease-in ;
64
- transition : 0.2s ;
65
65
}
66
66
.export-btn {
67
67
margin-left : 0.3rem ;
You can’t perform that action at this time.
0 commit comments