hookehuyr

style(PdfViewer): 调整PDF预览组件的背景透明度

1 <!-- 1 <!--
2 * @Date: 2025-01-21 2 * @Date: 2025-01-21
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2025-10-22 13:42:16 4 + * @LastEditTime: 2025-10-22 13:49:33
5 * @FilePath: /mlaj/src/components/ui/PdfViewer.vue 5 * @FilePath: /mlaj/src/components/ui/PdfViewer.vue
6 * @Description: PDF预览组件 - 使用pdf-vue3库 6 * @Description: PDF预览组件 - 使用pdf-vue3库
7 --> 7 -->
...@@ -799,7 +799,7 @@ const applyPinchZoom = (newZoom, centerX, centerY, container) => { ...@@ -799,7 +799,7 @@ const applyPinchZoom = (newZoom, centerX, centerY, container) => {
799 align-items: center; 799 align-items: center;
800 justify-content: center; 800 justify-content: center;
801 height: 100%; 801 height: 100%;
802 - background: rgba(0, 0, 0, 0.7); 802 + background: rgba(0, 0, 0, 0.1);
803 backdrop-filter: blur(4px); 803 backdrop-filter: blur(4px);
804 } 804 }
805 805
......