Commit eed9a6af authored by CZ1004's avatar CZ1004

修改

parent 0f72b5fc
...@@ -77,8 +77,8 @@ class ChargeGuideNormalView : UIView{ ...@@ -77,8 +77,8 @@ class ChargeGuideNormalView : UIView{
self.guideView.snp.makeConstraints { make in self.guideView.snp.makeConstraints { make in
make.top.equalTo(self.detailTipTitleLabel.snp.bottom).offset(17) make.top.equalTo(self.detailTipTitleLabel.snp.bottom).offset(17)
make.left.equalToSuperview().offset(32) make.centerX.equalToSuperview()
make.right.equalToSuperview().offset(-27) make.width.equalTo(316)
make.height.equalTo(534) make.height.equalTo(534)
} }
......
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