Commit 83fee0d3 authored by pete谢兆麟's avatar pete谢兆麟

工作经验UI优化

parent 4f798907
...@@ -215,7 +215,7 @@ extension YHWorkExperienceListViewController: UITableViewDelegate, UITableViewDa ...@@ -215,7 +215,7 @@ extension YHWorkExperienceListViewController: UITableViewDelegate, UITableViewDa
if let data = dataSource { if let data = dataSource {
for item in data { for item in data {
if item.company_name == "" { if item.company_name == "" {
height = height + 52 height = height + 76
} else { } else {
let text = item.company_name // 要显示的文本内容 let text = item.company_name // 要显示的文本内容
let font = UIFont.PFSC_B(ofSize: 14) // 字体大小 let font = UIFont.PFSC_B(ofSize: 14) // 字体大小
......
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