Browse Source

【综合】签名&填写表单 编辑我的配置文件,二次编辑时文字为白色看不清(已修复)

tangchao 11 months ago
parent
commit
261e0e8891

+ 2 - 2
PDF Office/PDF Master/Class/PDFTools/SelfSign/Window/KMProfileInfoWindowController.swift

@@ -404,10 +404,10 @@ extension KMProfileInfoWindowController: NSTableViewDelegate, NSTableViewDataSou
             if let data = cellView?.isKind(of: KMProfileCellView.self), data {
                 let cellView1 = cellView as! KMProfileCellView
                 if (i == self.tableView.selectedRow) {
-                    cellView1.detailtextField.textColor = .white
+//                    cellView1.detailtextField.textColor = .white
                     cellView1.addButton.setTitleColor(NSColor.white)
                 } else {
-                    cellView1.detailtextField.textColor = NSColor.secondaryLabelColor
+//                    cellView1.detailtextField.textColor = NSColor.secondaryLabelColor
                     cellView1.addButton.setTitleColor(NSColor.systemBlue)
                 }
             }