Commit b9b8fd1c authored by Alex朱枝文's avatar Alex朱枝文

续签在港签证缴费UI微调

parent 907e251e
...@@ -54,7 +54,7 @@ class YHVisaRenewalResidenceActionCell: YHResignDocumentCell { ...@@ -54,7 +54,7 @@ class YHVisaRenewalResidenceActionCell: YHResignDocumentCell {
rightButton.backgroundColor = presenceStatus.bgColor rightButton.backgroundColor = presenceStatus.bgColor
let isBottom = cellType == .bottom let isBottom = cellType == .bottom
bottomLineView.isHidden = isBottom ? true : false bottomLineView.isHidden = isBottom ? true : false
let bottomMargin: CGFloat = isBottom ? 38 : 16 let bottomMargin: CGFloat = isBottom ? 28 : 16
infoTitleLabel.snp.remakeConstraints { make in infoTitleLabel.snp.remakeConstraints { make in
make.left.equalToSuperview().offset(18) make.left.equalToSuperview().offset(18)
make.top.equalToSuperview().offset(16) make.top.equalToSuperview().offset(16)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment