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);
919919 position : absolute ;
920920 font-size : 3em ;
921921 margin-top : -4% ;
922- margin-left : 23 % ;
922+ margin-left : 29 % ;
923923 color : black ;
924924}
925925
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Description:
3535 <!-- <q-expansion-item group="accordion" label="Create Component" > -->
3636 <LibComponents ></LibComponents >
3737<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"
3939
4040 color =" white"
4141 dark
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ Description:
114114 id =" create-component-btn"
115115 class =" sidebar-btn"
116116 color =" secondary"
117- label =" Create Component "
117+ label =" Done "
118118 @click =" resetActiveComponent"
119119 />
120120 <q-btn
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Description:
55-->
66<template >
77 <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" >
99 <q-list >
1010 <q-item clickable v-close-popup @click =" pickGridDensity('width', 5)" >
1111 <q-item-section >
@@ -38,7 +38,7 @@ Description:
3838 </q-item >
3939 </q-list >
4040 </q-btn-dropdown >
41- <q-btn-dropdown color =" purple " label =" Height" >
41+ <q-btn-dropdown color =" secondary " label =" Height" >
4242 <q-list >
4343 <q-item clickable v-close-popup @click =" pickGridDensity('height', 5)" >
4444 <q-item-section >
@@ -105,7 +105,7 @@ Description:
105105 margin-left : 15px ;
106106}
107107.q-btn {
108- padding : 5 px 20px ;
108+ padding : 0 px 20px ;
109109 margin-right : 15px ;
110110}
111111.q-expansion-item {
You can’t perform that action at this time.
0 commit comments