Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-10-22 15:25:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
84ffdcab83a60564b6abbe4bdb2bd94c9a42f2ba
84ffdcab
1 parent
0a1c69b5
style(PdfViewer): 移除zoom-controls的hover效果注释
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/components/ui/PdfViewer.vue
src/components/ui/PdfViewer.vue
View file @
84ffdca
<!--
* @Date: 2025-01-21
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-10-22 15:
16:46
* @LastEditTime: 2025-10-22 15:
25:21
* @FilePath: /mlaj/src/components/ui/PdfViewer.vue
* @Description: PDF预览组件 - 使用pdf-vue3库
-->
...
...
@@ -875,12 +875,12 @@ const applyPinchZoom = (newZoom, centerX, centerY, container) => {
user-select: none;
}
.zoom-controls:hover {
/*
.zoom-controls:hover {
background: rgba(255, 255, 255, 0.7);
box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
transform: translateX(-50%) translateY(-2px);
backdrop-filter: blur(20px);
}
}
*/
.zoom-controls.dragging {
cursor: grabbing;
...
...
Please
register
or
login
to post a comment