Commit 4d2a5084 authored by David黄金龙's avatar David黄金龙

处理 一处背景颜色

parent e6764d3b
...@@ -43,6 +43,7 @@ class YHPreviewMainViewController: YHBaseViewController { ...@@ -43,6 +43,7 @@ class YHPreviewMainViewController: YHBaseViewController {
var myHeadView : UIView = { var myHeadView : UIView = {
let view = UIView(frame: CGRect(x: kMargin, y: 0, width: KScreenWidth - kMargin * 2, height: 131)) let view = UIView(frame: CGRect(x: kMargin, y: 0, width: KScreenWidth - kMargin * 2, height: 131))
view.backgroundColor = .white
return view return view
}() }()
......
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