Commit 0ddad4fa authored by Steven杜宇's avatar Steven杜宇

// 续签UI

parent 5fe458d3
......@@ -40,8 +40,8 @@ class YHResignMaterialListVC: YHBaseViewController {
}()
lazy var emptyDataTipsView: YHEmptyDataView = {
let view = YHEmptyDataView.createView("没有找到相关资料哦~", kEmptyCommonBgName)
view.topMargin = 130
let view = YHEmptyDataView.createView("暂无数据", kEmptyCommonBgName)
view.topMargin = 168
view.isHidden = true
return view
}()
......
......@@ -161,7 +161,7 @@ class YHResignMaterialCell: UITableViewCell {
}
nameTextView.snp.makeConstraints { make in
make.left.equalToSuperview().offset(20)
make.left.equalToSuperview().offset(16)
make.top.equalToSuperview().offset(12)
make.right.equalTo(statusLabel.snp.left).offset(-4)
make.bottom.equalTo(-12)
......
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