File tree Expand file tree Collapse file tree 7 files changed +8
-17
lines changed Expand file tree Collapse file tree 7 files changed +8
-17
lines changed Original file line number Diff line number Diff line change @@ -33,17 +33,17 @@ Description:
33
33
<div class =" component-title" >
34
34
<p >{{ componentData.componentName }}</p >
35
35
</div >
36
- <div class =" component-html-info" >
36
+ <!-- < div class="component-html-info"> -- >
37
37
<!-- <p>Elements in Component:</p> -->
38
38
<p
39
- class =" list-of-elements "
39
+ class =" component-html-info "
40
40
v-for =" htmlElement in componentMap[componentData.componentName]
41
41
.htmlList"
42
42
:key =" htmlElement"
43
43
>
44
44
{{ htmlElement.text }}
45
45
</p >
46
- </div >
46
+ <!-- < /div> -- >
47
47
<q-menu context-menu >
48
48
<q-list color =" black" class =" menu" >
49
49
<q-item clickable v-ripple v-close-popup @click =" handleAddChild" >
@@ -405,19 +405,10 @@ export default {
405
405
line-height : 1.2 ;
406
406
z-index : -1 ;
407
407
}
408
- /* .component-html-info {
409
- position: relative;
410
- font-size: 16px;
411
- top: -18px;
412
- left: 2px;
413
- color: black;
414
- -webkit-text-stroke: 0.4px white;
415
- font-weight: 800;
416
- line-height: 1.2;
417
- z-index: -1;
418
- } */
408
+
419
409
.component-html-info {
420
410
display : flex ;
411
+ font-size : 14px ;
421
412
/* flex-basis: auto; */
422
413
flex-direction : column ;
423
414
/* flex-wrap: wrap; */
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ Description:
36
36
37
37
<script >
38
38
import RouteDisplay from ' ../components/RouteDisplay'
39
- import ComponentList from ' ./HomeSideDropDownItems /ComponentList'
40
- import VuexForm from ' ./HomeSideDropDownItems /VuexForm'
39
+ import ComponentList from ' ./home_sidebar_items /ComponentList'
40
+ import VuexForm from ' ./home_sidebar_items /VuexForm'
41
41
42
42
export default {
43
43
components: {
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Description:
3
3
Is not imported in current version of OverVue
4
4
Functionality includes: N/A
5
5
-->
6
-
6
+ <!--
7
7
<template>
8
8
<div id="child-select">
9
9
<br />
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments