소스 검색

【暗黑】编辑PDF,属性面板 -- 优化

lizhe 11 달 전
부모
커밋
66073957a0
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      PDF Office/PDF Master/Class/PDFWindowController/Side/RightSide/EditPDF/KMEditImagePropertyViewController.swift

+ 2 - 0
PDF Office/PDF Master/Class/PDFWindowController/Side/RightSide/EditPDF/KMEditImagePropertyViewController.swift

@@ -115,8 +115,10 @@ class KMEditImagePropertyViewController: NSViewController {
         let isDarkModel = KMAdvertisementConfig.isDarkModel()
         if isDarkModel {
             self.backgroundView.backgroundColor(NSColor.km_init(hex: "#252526"))
+            self.noBackgroundView.backgroundColor(NSColor.km_init(hex: "#252526"))
         } else {
             self.backgroundView.backgroundColor(NSColor.km_init(hex: "#FAFAFA"))
+            self.noBackgroundView.backgroundColor(NSColor.km_init(hex: "#F7F8FA"))
         }
     }