@@ -15,19 +15,19 @@ Generated by [AVA](https://avajs.dev).
15
15
if (__inner_style_data__) return __inner_style_data__;␊
16
16
__inner_style_data__ = {␊
17
17
"calc": {␊
18
- width: \`calc(50% - ${convertNumber2VP(140, 'px')} )\`␊
18
+ width: \`calc(50% - 140lpx )\`␊
19
19
},␊
20
20
"decimal": {␊
21
- width: convertNumber2VP(0.5) ␊
21
+ width: "0.5lpx" ␊
22
22
},␊
23
23
"decimal2": {␊
24
- width: convertNumber2VP(0.5) ␊
24
+ width: "0.5lpx" ␊
25
25
},␊
26
26
"percent": {␊
27
27
width: "100%"␊
28
28
},␊
29
29
"px": {␊
30
- top: convertNumber2VP(100) ,␊
30
+ top: "100lpx" ,␊
31
31
left: convertNumber2VP(100, "PX"),␊
32
32
right: convertNumber2VP(100, "PX"),␊
33
33
bottom: convertNumber2VP(100, "PX")␊
@@ -137,7 +137,7 @@ Generated by [AVA](https://avajs.dev).
137
137
flexBasis: convertNumber2VP(160)␊
138
138
},␊
139
139
"item2": {␊
140
- flexBasis: convertNumber2VP(3) ␊
140
+ flexBasis: "3lpx" ␊
141
141
},␊
142
142
"item3": {␊
143
143
flexBasis: "50%"␊
@@ -394,18 +394,18 @@ Generated by [AVA](https://avajs.dev).
394
394
if (__inner_style_data__) return __inner_style_data__;␊
395
395
__inner_style_data__ = {␊
396
396
"item": {␊
397
- left: convertNumber2VP(10) ,␊
398
- top: convertNumber2VP(10) ,␊
399
- right: convertNumber2VP(10) ,␊
400
- bottom: convertNumber2VP(10) ,␊
401
- marginTop: convertNumber2VP(10) ,␊
402
- marginRight: convertNumber2VP(10) ,␊
403
- marginBottom: convertNumber2VP(10) ,␊
404
- marginLeft: convertNumber2VP(10) ,␊
405
- paddingTop: convertNumber2VP(10) ,␊
406
- paddingRight: convertNumber2VP(10) ,␊
407
- paddingBottom: convertNumber2VP(10) ,␊
408
- paddingLeft: convertNumber2VP(10) ␊
397
+ left: "10lpx" ,␊
398
+ top: "10lpx" ,␊
399
+ right: "10lpx" ,␊
400
+ bottom: "10lpx" ,␊
401
+ marginTop: "10lpx" ,␊
402
+ marginRight: "10lpx" ,␊
403
+ marginBottom: "10lpx" ,␊
404
+ marginLeft: "10lpx" ,␊
405
+ paddingTop: "10lpx" ,␊
406
+ paddingRight: "10lpx" ,␊
407
+ paddingBottom: "10lpx" ,␊
408
+ paddingLeft: "10lpx" ␊
409
409
}␊
410
410
};␊
411
411
return __inner_style_data__;␊
@@ -427,12 +427,12 @@ Generated by [AVA](https://avajs.dev).
427
427
if (__inner_style_data__) return __inner_style_data__;␊
428
428
__inner_style_data__ = {␊
429
429
"item": {␊
430
- width: convertNumber2VP(10) ,␊
431
- height: convertNumber2VP(10) ,␊
432
- minWidth: convertNumber2VP(10) ,␊
433
- maxWidth: convertNumber2VP(10) ,␊
434
- minHeight: convertNumber2VP(10) ,␊
435
- maxHeight: convertNumber2VP(10) ␊
430
+ width: "10lpx" ,␊
431
+ height: "10lpx" ,␊
432
+ minWidth: "10lpx" ,␊
433
+ maxWidth: "10lpx" ,␊
434
+ minHeight: "10lpx" ,␊
435
+ maxHeight: "10lpx" ␊
436
436
}␊
437
437
};␊
438
438
return __inner_style_data__;␊
@@ -511,8 +511,8 @@ Generated by [AVA](https://avajs.dev).
511
511
src: "https://www.baidu.com"␊
512
512
},␊
513
513
backgroundSize: {␊
514
- width: convertNumber2VP(100) ,␊
515
- height: convertNumber2VP(200) ␊
514
+ width: "100lpx" ,␊
515
+ height: "200lpx" ␊
516
516
},␊
517
517
backgroundPosition: Alignment.Center,␊
518
518
backgroundRepeat: ImageRepeat.NoRepeat␊
@@ -567,7 +567,7 @@ Generated by [AVA](https://avajs.dev).
567
567
"50%",␊
568
568
"50%"␊
569
569
],␊
570
- radius: convertNumber2VP(30) ,␊
570
+ radius: "30lpx" ,␊
571
571
repeating: false␊
572
572
}␊
573
573
},␊
@@ -631,14 +631,14 @@ Generated by [AVA](https://avajs.dev).
631
631
},␊
632
632
"length": {␊
633
633
backgroundSize: {␊
634
- width: convertNumber2VP(100) ,␊
634
+ width: "100lpx" ,␊
635
635
height: "auto"␊
636
636
}␊
637
637
},␊
638
638
"length_x_length_y": {␊
639
639
backgroundSize: {␊
640
- width: convertNumber2VP(100) ,␊
641
- height: convertNumber2VP(200) ␊
640
+ width: "100lpx" ,␊
641
+ height: "200lpx" ␊
642
642
}␊
643
643
}␊
644
644
};␊
@@ -702,14 +702,14 @@ Generated by [AVA](https://avajs.dev).
702
702
},␊
703
703
"length": {␊
704
704
backgroundPosition: {␊
705
- x: convertNumber2VP(100) ,␊
705
+ x: "100lpx" ,␊
706
706
y: "50%"␊
707
707
}␊
708
708
},␊
709
709
"length_x_length_y": {␊
710
710
backgroundPosition: {␊
711
- x: convertNumber2VP(100) ,␊
712
- y: convertNumber2VP(200) ␊
711
+ x: "100lpx" ,␊
712
+ y: "200lpx" ␊
713
713
}␊
714
714
},␊
715
715
"right": {␊
@@ -738,10 +738,10 @@ Generated by [AVA](https://avajs.dev).
738
738
if (__inner_style_data__) return __inner_style_data__;␊
739
739
__inner_style_data__ = {␊
740
740
"item": {␊
741
- borderTopWidth: convertNumber2VP(1) ,␊
742
- borderRightWidth: convertNumber2VP(1) ,␊
743
- borderBottomWidth: convertNumber2VP(1) ,␊
744
- borderLeftWidth: convertNumber2VP(1) ,␊
741
+ borderTopWidth: "1lpx" ,␊
742
+ borderRightWidth: "1lpx" ,␊
743
+ borderBottomWidth: "1lpx" ,␊
744
+ borderLeftWidth: "1lpx" ,␊
745
745
borderTopStyle: BorderStyle.Solid,␊
746
746
borderRightStyle: BorderStyle.Solid,␊
747
747
borderBottomStyle: BorderStyle.Solid,␊
@@ -771,22 +771,22 @@ Generated by [AVA](https://avajs.dev).
771
771
if (__inner_style_data__) return __inner_style_data__;␊
772
772
__inner_style_data__ = {␊
773
773
"item": {␊
774
- borderTopWidth: convertNumber2VP(1) ,␊
774
+ borderTopWidth: "1lpx" ,␊
775
775
borderTopStyle: BorderStyle.Solid,␊
776
776
borderTopColor: "#FF0000"␊
777
777
},␊
778
778
"item2": {␊
779
- borderBottomWidth: convertNumber2VP(1) ,␊
779
+ borderBottomWidth: "1lpx" ,␊
780
780
borderBottomStyle: BorderStyle.Solid,␊
781
781
borderBottomColor: "#FF0000"␊
782
782
},␊
783
783
"item3": {␊
784
- borderLeftWidth: convertNumber2VP(1) ,␊
784
+ borderLeftWidth: "1lpx" ,␊
785
785
borderLeftStyle: BorderStyle.Solid,␊
786
786
borderLeftColor: "#FF0000"␊
787
787
},␊
788
788
"item4": {␊
789
- borderRightWidth: convertNumber2VP(1) ,␊
789
+ borderRightWidth: "1lpx" ,␊
790
790
borderRightStyle: BorderStyle.Solid,␊
791
791
borderRightColor: "#FF0000"␊
792
792
}␊
@@ -810,16 +810,16 @@ Generated by [AVA](https://avajs.dev).
810
810
if (__inner_style_data__) return __inner_style_data__;␊
811
811
__inner_style_data__ = {␊
812
812
"item": {␊
813
- borderTopWidth: convertNumber2VP(1) ␊
813
+ borderTopWidth: "1lpx" ␊
814
814
},␊
815
815
"item2": {␊
816
- borderBottomWidth: convertNumber2VP(1) ␊
816
+ borderBottomWidth: "1lpx" ␊
817
817
},␊
818
818
"item3": {␊
819
- borderLeftWidth: convertNumber2VP(1) ␊
819
+ borderLeftWidth: "1lpx" ␊
820
820
},␊
821
821
"item4": {␊
822
- borderRightWidth: convertNumber2VP(1) ␊
822
+ borderRightWidth: "1lpx" ␊
823
823
}␊
824
824
};␊
825
825
return __inner_style_data__;␊
@@ -903,28 +903,28 @@ Generated by [AVA](https://avajs.dev).
903
903
if (__inner_style_data__) return __inner_style_data__;␊
904
904
__inner_style_data__ = {␊
905
905
"item": {␊
906
- borderTopLeftRadius: convertNumber2VP(10) ,␊
907
- borderTopRightRadius: convertNumber2VP(10) ,␊
908
- borderBottomLeftRadius: convertNumber2VP(10) ,␊
909
- borderBottomRightRadius: convertNumber2VP(10) ␊
906
+ borderTopLeftRadius: "10lpx" ,␊
907
+ borderTopRightRadius: "10lpx" ,␊
908
+ borderBottomLeftRadius: "10lpx" ,␊
909
+ borderBottomRightRadius: "10lpx" ␊
910
910
},␊
911
911
"item2": {␊
912
- borderTopLeftRadius: convertNumber2VP(10) ,␊
913
- borderTopRightRadius: convertNumber2VP(20) ,␊
914
- borderBottomLeftRadius: convertNumber2VP(20) ,␊
915
- borderBottomRightRadius: convertNumber2VP(10) ␊
912
+ borderTopLeftRadius: "10lpx" ,␊
913
+ borderTopRightRadius: "20lpx" ,␊
914
+ borderBottomLeftRadius: "20lpx" ,␊
915
+ borderBottomRightRadius: "10lpx" ␊
916
916
},␊
917
917
"item3": {␊
918
- borderTopLeftRadius: convertNumber2VP(10) ,␊
919
- borderTopRightRadius: convertNumber2VP(20) ,␊
920
- borderBottomLeftRadius: convertNumber2VP(20) ,␊
921
- borderBottomRightRadius: convertNumber2VP(30) ␊
918
+ borderTopLeftRadius: "10lpx" ,␊
919
+ borderTopRightRadius: "20lpx" ,␊
920
+ borderBottomLeftRadius: "20lpx" ,␊
921
+ borderBottomRightRadius: "30lpx" ␊
922
922
},␊
923
923
"item4": {␊
924
- borderTopLeftRadius: convertNumber2VP(10) ,␊
925
- borderTopRightRadius: convertNumber2VP(20) ,␊
926
- borderBottomLeftRadius: convertNumber2VP(40) ,␊
927
- borderBottomRightRadius: convertNumber2VP(30) ␊
924
+ borderTopLeftRadius: "10lpx" ,␊
925
+ borderTopRightRadius: "20lpx" ,␊
926
+ borderBottomLeftRadius: "40lpx" ,␊
927
+ borderBottomRightRadius: "30lpx" ␊
928
928
}␊
929
929
};␊
930
930
return __inner_style_data__;␊
@@ -946,16 +946,16 @@ Generated by [AVA](https://avajs.dev).
946
946
if (__inner_style_data__) return __inner_style_data__;␊
947
947
__inner_style_data__ = {␊
948
948
"item": {␊
949
- borderTopLeftRadius: convertNumber2VP(10) ␊
949
+ borderTopLeftRadius: "10lpx" ␊
950
950
},␊
951
951
"item2": {␊
952
- borderTopRightRadius: convertNumber2VP(10) ␊
952
+ borderTopRightRadius: "10lpx" ␊
953
953
},␊
954
954
"item3": {␊
955
- borderBottomLeftRadius: convertNumber2VP(10) ␊
955
+ borderBottomLeftRadius: "10lpx" ␊
956
956
},␊
957
957
"item4": {␊
958
- borderBottomRightRadius: convertNumber2VP(10) ␊
958
+ borderBottomRightRadius: "10lpx" ␊
959
959
}␊
960
960
};␊
961
961
return __inner_style_data__;␊
@@ -1002,8 +1002,8 @@ Generated by [AVA](https://avajs.dev).
1002
1002
"item4": {␊
1003
1003
transform: {␊
1004
1004
Translate: {␊
1005
- x: convertNumber2VP(10) ,␊
1006
- y: convertNumber2VP(20) ␊
1005
+ x: "10lpx" ,␊
1006
+ y: "20lpx" ␊
1007
1007
}␊
1008
1008
}␊
1009
1009
},␊
@@ -1014,8 +1014,8 @@ Generated by [AVA](https://avajs.dev).
1014
1014
y: 1␊
1015
1015
},␊
1016
1016
Translate: {␊
1017
- x: convertNumber2VP(10) ,␊
1018
- y: convertNumber2VP(20) ␊
1017
+ x: "10lpx" ,␊
1018
+ y: "20lpx" ␊
1019
1019
},␊
1020
1020
Rotate: {␊
1021
1021
x: 1␊
@@ -1043,8 +1043,8 @@ Generated by [AVA](https://avajs.dev).
1043
1043
__inner_style_data__ = {␊
1044
1044
"item": {␊
1045
1045
transformOrigin: {␊
1046
- "x": convertNumber2VP(10) ,␊
1047
- "y": convertNumber2VP(20) ␊
1046
+ "x": "10lpx" ,␊
1047
+ "y": "20lpx" ␊
1048
1048
}␊
1049
1049
},␊
1050
1050
"item2": {␊
@@ -1079,7 +1079,7 @@ Generated by [AVA](https://avajs.dev).
1079
1079
if (__inner_style_data__) return __inner_style_data__;␊
1080
1080
__inner_style_data__ = {␊
1081
1081
"item": {␊
1082
- fontSize: convertNumber2VP(10) ␊
1082
+ fontSize: "10lpx" ␊
1083
1083
}␊
1084
1084
};␊
1085
1085
return __inner_style_data__;␊
@@ -1135,7 +1135,7 @@ Generated by [AVA](https://avajs.dev).
1135
1135
if (__inner_style_data__) return __inner_style_data__;␊
1136
1136
__inner_style_data__ = {␊
1137
1137
"item": {␊
1138
- lineHeight: convertNumber2VP(10) ␊
1138
+ lineHeight: "10lpx" ␊
1139
1139
}␊
1140
1140
};␊
1141
1141
return __inner_style_data__;␊
0 commit comments