Browse Source

【动态图章】- box背景色

liujiajie 11 months ago
parent
commit
ad20618cc7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      PDF Office/PDF Master/Class/Home/View/KMComboBox.swift

+ 2 - 1
PDF Office/PDF Master/Class/Home/View/KMComboBox.swift

@@ -25,7 +25,8 @@ class KMComboBox: NSComboBox {
             p.x += comboxRect.width - 23
             p.y += (comboxRect.height - 16) / 2
             
-            NSColor.init(red: 245/255.0, green: 246/255.0, blue: 249/255.0, alpha: 1.0).setFill()
+//            NSColor.init(red: 255/255.0, green: 255/255.0, blue: 255/255.0, alpha: 1.0).setFill()
+            KMAppearance.Layout.l1Color().setFill()
             NSRect(x: p.x, y: 0, width: 16.0, height: comboxRect.height).fill()
 
             let image = NSImage(named: "KMImageNameUXIconBtnArrowDown")