File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -238,9 +238,9 @@ Generated by [AVA](https://avajs.dev).
238
238
"normal": {␊
239
239
height: convertNumber2VP(100),␊
240
240
width: convertNumber2VP(200),␊
241
- minHeight: " auto" ,␊
241
+ minHeight: \` auto\` ,␊
242
242
maxHeight: convertNumber2VP(200),␊
243
- minWidth: " auto" ,␊
243
+ minWidth: \` auto\` ,␊
244
244
maxWidth: convertNumber2VP(200),␊
245
245
marginTop: convertNumber2VP(0),␊
246
246
marginRight: convertNumber2VP(20),␊
@@ -763,9 +763,9 @@ Generated by [AVA](https://avajs.dev).
763
763
"normal": {␊
764
764
height: scalePx2dp(100),␊
765
765
width: scalePx2dp(200),␊
766
- minHeight: " auto" ,␊
766
+ minHeight: \` auto\` ,␊
767
767
maxHeight: scalePx2dp(200),␊
768
- minWidth: " auto" ,␊
768
+ minWidth: \` auto\` ,␊
769
769
maxWidth: scalePx2dp(200),␊
770
770
margin: \`${scalePx2dp(0)} ${scalePx2dp(20)} ${scalePx2dp(0)} ${scalePx2dp(20)}\`,␊
771
771
padding: \`${scalePx2dp(30)} ${scalePx2dp(10)} ${scalePx2dp(30)} ${scalePx2dp(10)}\`,␊
You can’t perform that action at this time.
0 commit comments