Jelajahi Sumber

【fix】【标记密文】密文选中框,框线太大

tangchao 5 bulan lalu
induk
melakukan
0dba476da1

+ 2 - 2
PDF Office/PDF Master/Class/PDFTools/Redact/View/KMRedactPDFView.swift

@@ -308,7 +308,7 @@ private let KMPDFViewRedactAnnotationAcross = "KMPDFViewRedactAnnotationAcross"
                     annotation?.setUserName(userName)
                     
 //                    annotation?.borderWidth = 10
-                    annotation?.borderWidth = 4
+                    annotation?.borderWidth = 2
                     if self.isWhiteOut {
                         annotation?.setBorderColor(.white)
                         annotation?.setInteriorColor(.white)
@@ -391,7 +391,7 @@ private let KMPDFViewRedactAnnotationAcross = "KMPDFViewRedactAnnotationAcross"
 
 //                if ([annotation isKindOfClass:[CPDFRedactAnnotation class]]) {
 //                annotation?.borderWidth = 10
-                annotation?.borderWidth = 4
+                annotation?.borderWidth = 2
                 if self.isWhiteOut {
                     annotation?.setBorderColor(.white)
                     annotation?.setInteriorColor(.white)