hookehuyr

style(PdfViewer): 移除zoom-controls的hover效果注释

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 15:16:46 4 + * @LastEditTime: 2025-10-22 15:25:21
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 -->
...@@ -875,12 +875,12 @@ const applyPinchZoom = (newZoom, centerX, centerY, container) => { ...@@ -875,12 +875,12 @@ const applyPinchZoom = (newZoom, centerX, centerY, container) => {
875 user-select: none; 875 user-select: none;
876 } 876 }
877 877
878 -.zoom-controls:hover { 878 +/* .zoom-controls:hover {
879 background: rgba(255, 255, 255, 0.7); 879 background: rgba(255, 255, 255, 0.7);
880 box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2); 880 box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
881 transform: translateX(-50%) translateY(-2px); 881 transform: translateX(-50%) translateY(-2px);
882 backdrop-filter: blur(20px); 882 backdrop-filter: blur(20px);
883 -} 883 +} */
884 884
885 .zoom-controls.dragging { 885 .zoom-controls.dragging {
886 cursor: grabbing; 886 cursor: grabbing;
......