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 13:42:29 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9c4ad14b37838852fa8f6df228ab625006b03765
9c4ad14b
1 parent
8e24776b
style(PdfViewer): 移除zoom-btn的悬停样式以简化UI
Show 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 @
9c4ad14
<!--
* @Date: 2025-01-21
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-10-22 13:
36:27
* @LastEditTime: 2025-10-22 13:
42:16
* @FilePath: /mlaj/src/components/ui/PdfViewer.vue
* @Description: PDF预览组件 - 使用pdf-vue3库
-->
...
...
@@ -769,13 +769,13 @@ const applyPinchZoom = (newZoom, centerX, centerY, container) => {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.zoom-btn:hover {
/*
.zoom-btn:hover {
background: #4caf50;
color: #fff;
border-color: #4caf50;
transform: scale(1.1);
box-shadow: 0 4px 12px rgba(25, 137, 250, 0.3);
}
}
*/
.zoom-btn:active {
transform: scale(0.95);
...
...
Please
register
or
login
to post a comment