Pārlūkot izejas kodu

修改选中字号 加粗

jsonwang 3 gadi atpakaļ
vecāks
revīzija
08da4d9ed2

+ 2 - 0
BFRecordScreenKit/Classes/RecordScreen/View/Cell/BFMuicInfoCell.swift

@@ -125,9 +125,11 @@ class BFMuicInfoCell: UITableViewCell {
         if selected{
             titleL.textColor = UIColor.hexColor(hexadecimal: "#389AFF")
             showFunctionBtn()
+            titleL.font = UIFont.systemFont(ofSize: 16, weight: .medium)
         }else {
             titleL.textColor = UIColor.white
             hiddenFunctionBtn()
+            titleL.font = UIFont.systemFont(ofSize: 16, weight: .regular)
         }
     }