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

// 证件

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