Commit 18c084e9 authored by David黄金龙's avatar David黄金龙

处理一处bug

parent 434fa8de
......@@ -215,7 +215,7 @@ extension YHActivityListCell {
make.top.equalTo(statusLabel.snp.top)
make.left.equalTo(dateLabel.snp.left)
make.height.equalTo(17)
make.right.equalTo(statusLabel.snp.left).offset(16)
make.right.equalTo(statusLabel.snp.left).offset(-16)
}
}
}
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