Commit 5e89dad8 authored by Steven杜宇's avatar Steven杜宇

// 证件

parent 118a2587
......@@ -182,9 +182,9 @@ class YHMyFileListCell: UITableViewCell {
self.infoView.snp.makeConstraints { make in
make.top.equalTo(0)
make.left.equalTo(1)
make.right.equalTo(-1)
make.bottom.equalTo(-1)
make.left.equalTo(0.5)
make.right.equalTo(-0.5)
make.bottom.equalTo(-0.5)
}
self.indexLabel.snp.makeConstraints { make in
make.centerY.equalToSuperview()
......
......@@ -66,7 +66,7 @@ class YHMyFileListHeaderView: UIView {
let view = UIView()
view.backgroundColor = UIColor.init(hex: 0xDEE5F1)
view.layer.cornerRadius = 6.0
view.layer.borderWidth = 1
view.layer.borderWidth = 0.5
view.layer.borderColor = UIColor.init(hex: 0xDEE5F1).cgColor
view.clipsToBounds = true
return view
......@@ -162,9 +162,9 @@ class YHMyFileListHeaderView: UIView {
}
self.columnView.snp.makeConstraints { make in
make.left.top.equalTo(1)
make.right.equalTo(-1)
make.bottom.equalTo(0)
make.left.top.equalTo(0.5)
make.right.equalTo(-0.5)
make.bottom.equalTo(0.5)
}
self.whiteContentView.snp.makeConstraints { make in
......
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