Commit 88d4a678 authored by David黄金龙's avatar David黄金龙

一处 UI展示

parent 817b7fc5
...@@ -23,7 +23,6 @@ class YHBaseViewController: UIViewController { ...@@ -23,7 +23,6 @@ class YHBaseViewController: UIViewController {
gk_navBarAlpha = 0 gk_navBarAlpha = 0
gk_backImage = UIImage(named: "nav_icon_back_back") gk_backImage = UIImage(named: "nav_icon_back_back")
// gk_backImage = UIImage(named: "nav_back_icon")
#if DEBUG #if DEBUG
......
...@@ -34,6 +34,7 @@ class YHFileListItemView: UIView { ...@@ -34,6 +34,7 @@ class YHFileListItemView: UIView {
lable0.textColor = UIColor.mainTextColor lable0.textColor = UIColor.mainTextColor
lable0.font = UIFont.PFSC_R(ofSize: 15) lable0.font = UIFont.PFSC_R(ofSize: 15)
lable0.numberOfLines = 0 lable0.numberOfLines = 0
lable0.lineBreakMode = .byWordWrapping
return lable0 return lable0
}() }()
...@@ -103,7 +104,7 @@ private extension YHFileListItemView { ...@@ -103,7 +104,7 @@ private extension YHFileListItemView {
titleLable.snp.makeConstraints { make in titleLable.snp.makeConstraints { make in
make.top.equalTo(kMargin) make.top.equalTo(kMargin)
make.left.equalTo(40) make.left.equalTo(40)
make.right.equalTo(statusLable.snp.left).offset(-6) make.right.equalTo(statusLable.snp.left).offset(-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