瀏覽代碼

其他 - dll 更新,签名拖拽添加

liyuxuan 1 年之前
父節點
當前提交
d9b10fa4a6
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 二進制
      PDF Office/ComPDFKit.Viewer.dll
  2. 1 1
      PDF Office/ViewModels/BOTA/SearchContentViewModel.cs

二進制
PDF Office/ComPDFKit.Viewer.dll


+ 1 - 1
PDF Office/ViewModels/BOTA/SearchContentViewModel.cs

@@ -271,7 +271,7 @@ namespace PDF_Office.ViewModels.BOTA
                 {
                     List<TextSearchItem> pageTextList = new List<TextSearchItem>();
                     currentItem.TextProperty.SearchItem.BorderBrush = new SolidColorBrush(Color.FromArgb(0xFF, 0x17, 0x70, 0xF4));
-                    currentItem.TextProperty.SearchItem.Padding = 3;
+                    currentItem.TextProperty.SearchItem.Padding = new Thickness(3);
                     currentItem.TextProperty.SearchItem.BorderThickness = 1;
                     pageTextList.Add(currentItem.TextProperty.SearchItem);
                     PDFViewer.HighLightSearchText(pageTextList);