Commit a73a55e9 authored by pete谢兆麟's avatar pete谢兆麟

点击范围扩大

parent 6d6d5371
......@@ -99,7 +99,7 @@ class YHServiceNoOrderView: UIView {
}
showBtn.addTarget(self, action: #selector(showBtnClick), for: .touchUpInside)
backBtn.addTarget(self, action: #selector(backBtnClick), for: .touchUpInside)
showBtn.YH_clickEdgeInsets = UIEdgeInsets(top: 10, left: 10, bottom: 10, right: 10)
showBtn.YH_clickEdgeInsets = UIEdgeInsets(top: 10, left: 100, bottom: 10, right: 10)
layoutIfNeeded()
backBtn.backgroundColor = .brandMainColor
backBtn.addYinHeGradualLayer()
......
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