This commit is contained in:
2025-12-14 11:00:44 +08:00
parent 3c4f66522b
commit f8181a0f50

View File

@@ -49,8 +49,8 @@
/* iframe容器 - 精确70%宽度 */
.pdf-frame-container {
position: relative;
width: 70%; /* 固定70%宽度 */
max-width: 900px; /* 最大宽度限制 */
width: 60%; /* 固定70%宽度 */
max-width: 800px; /* 最大宽度限制 */
height: 600px;
border-radius: 12px;
overflow: hidden;