Procházet zdrojové kódy

fix: 对比模式下不选中注释

wzl před 6 měsíci
rodič
revize
28422b724c

+ 4 - 0
packages/webview/src/components/DocumentContainer/DocumentContainer.vue

@@ -609,6 +609,10 @@ window.instances.UI.loadDocument = async (file, {
   }
 }
 
+.compare-document-container .annotationLayer {
+  z-index: 2;
+}
+
 .textLayer {
   position: absolute;
   text-align: initial;