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:17:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0a1c69b59c1e1b4ebb77746918840dd895459d11
0a1c69b5
1 parent
6e51b43b
style(PdfViewer): 调整阴影透明度提升视觉效果
Hide 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 @
0a1c69b
<!--
* @Date: 2025-01-21
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-10-22 15:
08:11
* @LastEditTime: 2025-10-22 15:
16:46
* @FilePath: /mlaj/src/components/ui/PdfViewer.vue
* @Description: PDF预览组件 - 使用pdf-vue3库
-->
...
...
@@ -867,7 +867,7 @@ const applyPinchZoom = (newZoom, centerX, centerY, container) => {
background: rgba(255, 255, 255, 0.15);
padding: 12px 20px;
border-radius: 25px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.
1
5);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.
2
5);
backdrop-filter: blur(1px);
border: 1px solid rgba(255, 255, 255, 0.3);
transition: all 0.3s ease;
...
...
Please
register
or
login
to post a comment