@@ -194,7 +194,7 @@
CGFloat w = [UIScreen mainScreen].bounds.size.width;
CGFloat h = [UIScreen mainScreen].bounds.size.height;
if (MAX(w, h) <= 568) {
- self.KPIHeightConstraint.constant = 180;
+ self.KPIHeightConstraint.constant = 230;
[self layoutIfNeeded];
}