File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,7 @@ Description:
7
7
8
8
<template >
9
9
<div class =" create-component-div drawer-menu" >
10
- <q-expansion-item group =" accordion" label =" Import Component" >
11
- <ImportComponent v-if =" activeComponent === ''" @imported =" createComponent" title =" Import Component (coming soon)" class =" sidebar-btn" :disable = " true" />
12
- </q-expansion-item >
10
+
13
11
<q-expansion-item group =" accordion" label =" Create Component" >
14
12
<ImportLibraryButton ></ImportLibraryButton >
15
13
<LibComponents ></LibComponents >
Original file line number Diff line number Diff line change 1
1
2
2
<template >
3
- < div class = " q-pa-md " >
4
- <q-btn color =" purple" label =" Import element+" @click =" pickLibrary('element')" />
5
- </ div >
3
+
4
+ <q-btn color =" purple" class = " importBtn " label =" Import element+" @click =" pickLibrary('element')" />
5
+
6
6
</template >
7
7
8
8
47
47
}
48
48
}
49
49
</script >
50
- <style ></style >
50
+ <style >
51
+ .importBtn {
52
+ margin-top : 20px ;
53
+ width : 260px ;
54
+ height : 45px ;
55
+ }
56
+ </style >
Original file line number Diff line number Diff line change @@ -624,8 +624,8 @@ q-btn > i {
624
624
#github {
625
625
width : 50px ;
626
626
margin-top : 10px ;
627
- margin-right : 10 px ;
628
- margin-left : 10 px ;
627
+
628
+ margin-left : 25 px ;
629
629
630
630
}
631
631
</style >
You can’t perform that action at this time.
0 commit comments