Commit 633e6a56 authored by 刘俊宏's avatar 刘俊宏

同上

parent 2df952b6
...@@ -271,7 +271,7 @@ class WaybillDetailViewController: BaseViewController ,UITableViewDelegate,UITab ...@@ -271,7 +271,7 @@ class WaybillDetailViewController: BaseViewController ,UITableViewDelegate,UITab
cell1.contentLbl.text = dataModel?.order_detail_item?.order_item?.remark cell1.contentLbl.text = dataModel?.order_detail_item?.order_item?.remark
cell1.contentLbl.textColor = UIColor.init(named: "灰色字体颜色") cell1.contentLbl.textColor = UIColor.init(named: "灰色字体颜色")
cell1.btmLine.isHidden = true cell1.btmLine.isHidden = true
cell1.contentRight.constant = 0
return cell1 return cell1
} }
} }
......
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