Commit f5a4d56c authored by Steven杜宇's avatar Steven杜宇

// UI

parent 3b9ea778
...@@ -51,7 +51,7 @@ class YHFriendRequestView: UIView { ...@@ -51,7 +51,7 @@ class YHFriendRequestView: UIView {
lazy var cardView: UIView = { lazy var cardView: UIView = {
let view = UIView() let view = UIView()
view.backgroundColor = .white view.backgroundColor = .white
view.layer.cornerRadius = 3.0 view.layer.cornerRadius = 6.0
view.clipsToBounds = true view.clipsToBounds = true
return view return view
}() }()
......
...@@ -115,7 +115,7 @@ class YHMyFriendsCell: UITableViewCell { ...@@ -115,7 +115,7 @@ class YHMyFriendsCell: UITableViewCell {
make.left.equalTo(15) make.left.equalTo(15)
make.right.equalTo(-15) make.right.equalTo(-15)
make.top.equalTo(0) make.top.equalTo(0)
make.height.equalTo(1) make.height.equalTo(0.5)
} }
self.headImgV.snp.makeConstraints { make in self.headImgV.snp.makeConstraints { make in
......
...@@ -5,12 +5,12 @@ ...@@ -5,12 +5,12 @@
"scale" : "1x" "scale" : "1x"
}, },
{ {
"filename" : "mine_item_activity@2x.png", "filename" : "wode_activity.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "2x" "scale" : "2x"
}, },
{ {
"filename" : "mine_item_activity@3x.png", "filename" : "wode_activity 1.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "3x" "scale" : "3x"
} }
......
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