File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 17
17
<Span :text =" ' ' + item.icon3" fontSize =" 20" color =" yellow" :fontFamily =" mdiFontFamily" />
18
18
<Span :text =" ' ' + item.icon3" verticalTextAlignment =" center" />
19
19
</Label >
20
-
21
20
<Label fontSize =" 12" verticalAlignment =" middle" horizontalAlignment =" center" textAlignment =" right" paddingRight =" 20" color =" brown" width =" 60" textWrap >
22
21
<span :text =" item.icon1" fontSize =" 14" :fontFamily =" mdiFontFamily" />
23
22
<Span :text =" '\n' + item.texticon1" paddingRight =" 10" />
30
29
<v-template >
31
30
<GridLayout >
32
31
<CanvasLabel id =" canvaslabel" fontSize =" 10" color =" white" backgroundColor =" darkgray" margin =" 4" borderRightWidth =" 20" borderRightColor =" white" >
33
- <!-- <Rectangle left="-20" width="20" height="100%" color="red" horizontalAlignment="right" /> -->
34
32
<CGroup id =" group1" color =" blue" fontSize =" 38" verticalAlignment =" middle" paddingLeft =" 20" fontStyle =" italic" >
35
33
<CSpan id =" text1" :text =" item.text1" fontWeight =" bold" />
36
34
<CSpan id =" text2" :text =" '\n' + item.text2" color =" #ccc" fontSize =" 16" fontStyle =" normal" />
37
35
<CSpan id =" text3" :text =" item.text2" color =" #eee" fontFamily =" Lato-Regular" fontSize =" 16" fontStyle =" normal" />
38
36
</CGroup >
39
- <!-- <Line id="line" :antiAlias="true" color="yellow" startX="10%" startY="34%" stopX="90%" stopY="90%" strokeCap="round" strokeJoin="round" strokeWidth="4" dash="1 10 0" /> -->
40
- <!-- <CGroup backgroundColor="yellow" verticalTextAlignment="top" textAlignment="right">
41
- <CSpan text="TOTO" fontSize="20" color="green" />
42
- </CGroup> -->
43
37
<CGroup id =" group2" fontSize =" 12" verticalAlignment =" bottom" paddingLeft =" 20" paddingBottom =" 1" >
44
38
<CSpan id =" icon1" :text =" item.icon1" fontSize =" 20" color =" green" :fontFamily =" mdiFontFamily" />
45
39
<CSpan id =" texticon1" :text =" ' ' + item.texticon1" verticalTextAlignment =" center" />
You can’t perform that action at this time.
0 commit comments