File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -919,7 +919,7 @@ behavior: url(/pie/PIE.htc);
919
919
position : absolute ;
920
920
font-size : 3em ;
921
921
margin-top : -4% ;
922
- margin-left : 23 % ;
922
+ margin-left : 29 % ;
923
923
color : black ;
924
924
}
925
925
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Description:
35
35
<!-- <q-expansion-item group="accordion" label="Create Component" > -->
36
36
<LibComponents ></LibComponents >
37
37
<div class =" searchinput" >
38
- <q-input v-if = " this.$store.state.displaylibComponent " outlined v-model =" input" placeholder =" Please input" label =" Search Element+ Components"
38
+ <q-input outlined v-model =" input" placeholder =" Please input" label =" Search Element+ Components"
39
39
40
40
color =" white"
41
41
dark
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ Description:
114
114
id =" create-component-btn"
115
115
class =" sidebar-btn"
116
116
color =" secondary"
117
- label =" Create Component "
117
+ label =" Done "
118
118
@click =" resetActiveComponent"
119
119
/>
120
120
<q-btn
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Description:
5
5
-->
6
6
<template >
7
7
<div id =" gridDensity" >
8
- <q-btn-dropdown class =" q-btn" color =" purple " label =" Width" >
8
+ <q-btn-dropdown class =" q-btn" color =" secondary " label =" Width" >
9
9
<q-list >
10
10
<q-item clickable v-close-popup @click =" pickGridDensity('width', 5)" >
11
11
<q-item-section >
@@ -38,7 +38,7 @@ Description:
38
38
</q-item >
39
39
</q-list >
40
40
</q-btn-dropdown >
41
- <q-btn-dropdown color =" purple " label =" Height" >
41
+ <q-btn-dropdown color =" secondary " label =" Height" >
42
42
<q-list >
43
43
<q-item clickable v-close-popup @click =" pickGridDensity('height', 5)" >
44
44
<q-item-section >
@@ -105,7 +105,7 @@ Description:
105
105
margin-left : 15px ;
106
106
}
107
107
.q-btn {
108
- padding : 5 px 20px ;
108
+ padding : 0 px 20px ;
109
109
margin-right : 15px ;
110
110
}
111
111
.q-expansion-item {
You can’t perform that action at this time.
0 commit comments