pdf 优化

This commit is contained in:
cwchen 2025-11-27 18:10:44 +08:00
parent 0db26d2459
commit 9b3bd20865
1 changed files with 2 additions and 1 deletions

View File

@ -1350,13 +1350,13 @@ export default {
flex: 1;
overflow: auto;
padding: 24px;
// background: linear-gradient(180deg, #eef3ff 0%, #ffffff 100%);
background: #eaeaea;
position: relative;
scroll-behavior: smooth;
overscroll-behavior: contain;
scrollbar-gutter: stable both-edges;
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
}
.pdf-page {
@ -1368,6 +1368,7 @@ export default {
background: #ffffff;
display: block;
will-change: transform, opacity;
max-width: 100%;
}
.pdf-page:first-of-type::before,