Browse Source

fix:pdf自带的注释层隐藏

zhangsiya 10 tháng trước cách đây
mục cha
commit
d4d1ce421c
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      jydocs-pc/src/views/Content.vue

+ 4 - 0
jydocs-pc/src/views/Content.vue

@@ -1410,6 +1410,10 @@ export default {
   .page:not(:first-of-type) {
     border-top: 6px solid #f2f2f2;
   }
+  // pdf自带的注释层样式
+  .annotationLayer {
+    display: none;
+  }
 }
 .preview-content {
   img:not(:first-of-type) {