Commit 42c5890a authored by Alex朱枝文's avatar Alex朱枝文

直播推荐ui调整

parent 16ee2389
...@@ -223,7 +223,7 @@ class YHLiveStateViewController: YHBaseViewController { ...@@ -223,7 +223,7 @@ class YHLiveStateViewController: YHBaseViewController {
view.addSubview(bottomView) view.addSubview(bottomView)
bottomView.snp.makeConstraints { make in bottomView.snp.makeConstraints { make in
make.left.right.equalToSuperview() make.left.right.equalToSuperview()
make.top.equalTo(lineView.snp.bottom).offset(120) make.top.equalTo(lineView.snp.bottom).offset(100)
make.bottom.lessThanOrEqualTo(view.safeAreaLayoutGuide.snp.bottom) make.bottom.lessThanOrEqualTo(view.safeAreaLayoutGuide.snp.bottom)
} }
bottomView.addSubview(recommendHeader) bottomView.addSubview(recommendHeader)
......
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