File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
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 {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Includes functionality to:
30
30
</template >
31
31
</q-input >
32
32
<Routes ></Routes >
33
- <UploadMockup ></UploadMockup >
33
+ <!-- < UploadMockup></UploadMockup> -- >
34
34
</div >
35
35
36
36
</template >
Original file line number Diff line number Diff line change 38
38
deleted.)
39
39
</p >
40
40
<img alt =" Routes tab" src =" ../../../assets/routes.png" class =" tut-screenshot" >
41
- <h class =" tutorial-sub-heading" >Uploading mockups</h >
41
+ <!-- < h class="tutorial-sub-heading">Uploading mockups</h>
42
42
<p class="tutorialContent">You can upload a design mockup in the Routes tab of the right sidebar menu (one mockup
43
43
per route). Select the route in the Routes tab, open the ‘Upload Mockup’ sub-menu and click ‘Upload Mockup’. To
44
44
clear the image, click the ‘Clear Image’ button.
48
48
<p class="tutorialContent">You can find a visualization of your app hierarchy in the Project Tree tab of the right
49
49
sidebar. Routes are blue, components are green. You can also navigate to a component or route by clicking on it in
50
50
the project tree.
51
- </p >
51
+ </p> -->
52
52
<img alt =" Project Tree" src =" ../../../assets/project-tree.png" class =" tut-screenshot" >
53
53
<h class =" tutorial-sub-heading" >Component Details</h >
54
54
<p class =" tutorialContent" >Under the component details tab, you can access details about the active/selected
You can’t perform that action at this time.
0 commit comments