Skip to content

Commit a1d2c11

Browse files
committed
图片调整
1 parent 8a8ea51 commit a1d2c11

File tree

8 files changed

+7
-7
lines changed

8 files changed

+7
-7
lines changed

Example/CRBoxInputView/CRDetailViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ - (void)setBoxInputModel:(CRBoxInputModel *)boxInputModel
303303
__strong __typeof(weakSelf)strongSelf = weakSelf;
304304
make.left.mas_equalTo(offXStart);
305305
make.right.mas_equalTo(-offXStart);
306-
make.height.mas_equalTo(YY_6(70));
306+
make.height.mas_equalTo(YY_6(52));
307307
make.top.equalTo(strongSelf.bigLockImageView.mas_bottom).offset(YY_6(18));
308308
}];
309309

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"images" : [
33
{
4+
"filename" : "iPhone 8 Copy 7.png",
45
"idiom" : "universal",
5-
"filename" : "Line.png",
66
"scale" : "1x"
77
},
88
{
9+
"filename" : "iPhone 8 Copy [email protected]",
910
"idiom" : "universal",
10-
"filename" : "[email protected]",
1111
"scale" : "2x"
1212
},
1313
{
14+
"filename" : "iPhone 8 Copy [email protected]",
1415
"idiom" : "universal",
15-
"filename" : "[email protected]",
1616
"scale" : "3x"
1717
}
1818
],
1919
"info" : {
20-
"version" : 1,
21-
"author" : "xcode"
20+
"author" : "xcode",
21+
"version" : 1
2222
}
23-
}
23+
}
-7.16 KB
Binary file not shown.
-23.6 KB
Binary file not shown.
-44.3 KB
Binary file not shown.
5.46 KB
Loading
14 KB
Loading
24.2 KB
Loading

0 commit comments

Comments
 (0)