Commit 26855de3 authored by David黄金龙's avatar David黄金龙

修改 几处bug

parent bd73c874
......@@ -153,7 +153,7 @@ private extension YHTravelHKDLGuideSheetView {
whiteContentView.addSubview(bkgImageV2)
bkgImageV2.snp.makeConstraints { make in
make.top.left.right.equalToSuperview()
make.height.equalTo(375)
make.height.equalTo(268.fix)
}
whiteContentView.addSubview(bottomView)
......
......@@ -35,7 +35,7 @@ class YHUploadCertificateDetailCell: UITableViewCell {
lazy var titleLable: UILabel = {
let label = UILabel()
label.textColor = UIColor.mainTextColor
label.font = UIFont.PFSC_R(ofSize:14)
label.font = UIFont.PFSC_M(ofSize:14)
label.text = "马尔扎哈"
return label
}()
......
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