Commit c92ab43e authored by Steven杜宇's avatar Steven杜宇

// 预约

parent 982a38b9
...@@ -226,7 +226,7 @@ private extension YHResignAppointGuideLineView { ...@@ -226,7 +226,7 @@ private extension YHResignAppointGuideLineView {
make.right.equalTo(0) make.right.equalTo(0)
make.width.equalTo(KScreenWidth) make.width.equalTo(KScreenWidth)
make.height.equalTo((KScreenWidth)*radio) make.height.equalTo((KScreenWidth)*radio)
make.bottom.equalTo(0) make.bottom.equalTo(-24)
} }
myScrollView.contentSize = CGSize(width: KScreenWidth, height:KScreenWidth*radio) myScrollView.contentSize = CGSize(width: KScreenWidth, height:KScreenWidth*radio)
......
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