Commit 3c94d407 authored by pete谢兆麟's avatar pete谢兆麟

Merge branch 'develop' of http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS into develop

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