Skip to content

Commit 856decf

Browse files
committed
项目首页虚线长度不对
1 parent 5288a23 commit 856decf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Coding_iOS/Coding_iOS-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.4</string>
20+
<string>2.5</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>
@@ -32,7 +32,7 @@
3232
</dict>
3333
</array>
3434
<key>CFBundleVersion</key>
35-
<string>2.4.2015032318</string>
35+
<string>2.5.2015032721</string>
3636
<key>LSRequiresIPhoneOS</key>
3737
<true/>
3838
<key>NSLocationWhenInUseUsageDescription</key>

Coding_iOS/Views/Cell/ProjectInfoCell.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ - (void)layoutSubviews{
135135
}];
136136
[_lineView mas_makeConstraints:^(MASConstraintMaker *make) {
137137
make.left.equalTo(_proImgView.mas_left);
138-
make.right.equalTo(_proTitleL.mas_right);
138+
make.right.equalTo(self.contentView.mas_right).offset(-pading);
139139
make.bottom.equalTo(self.contentView);
140140
make.height.mas_equalTo(1.0);
141141
}];

0 commit comments

Comments
 (0)