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:50:24 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9347390d9b30362acebc0154b1e3613b14f3b86e
9347390d
1 parent
9c4ad14b
style(PdfViewer): 调整PDF预览组件的背景透明度
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/ui/PdfViewer.vue
src/components/ui/PdfViewer.vue
View file @
9347390
<!--
* @Date: 2025-01-21
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-10-22 13:4
2:16
* @LastEditTime: 2025-10-22 13:4
9:33
* @FilePath: /mlaj/src/components/ui/PdfViewer.vue
* @Description: PDF预览组件 - 使用pdf-vue3库
-->
...
...
@@ -799,7 +799,7 @@ const applyPinchZoom = (newZoom, centerX, centerY, container) => {
align-items: center;
justify-content: center;
height: 100%;
background: rgba(0, 0, 0, 0.
7
);
background: rgba(0, 0, 0, 0.
1
);
backdrop-filter: blur(4px);
}
...
...
Please
register
or
login
to post a comment