瀏覽代碼

修改选中字号 加粗

jsonwang 3 年之前
父節點
當前提交
08da4d9ed2
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      BFRecordScreenKit/Classes/RecordScreen/View/Cell/BFMuicInfoCell.swift

+ 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)
         }
     }