compile
This commit is contained in:
@@ -49,8 +49,8 @@
|
|||||||
/* iframe容器 - 精确70%宽度 */
|
/* iframe容器 - 精确70%宽度 */
|
||||||
.pdf-frame-container {
|
.pdf-frame-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 70%; /* 固定70%宽度 */
|
width: 60%; /* 固定70%宽度 */
|
||||||
max-width: 900px; /* 最大宽度限制 */
|
max-width: 800px; /* 最大宽度限制 */
|
||||||
height: 600px;
|
height: 600px;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
Reference in New Issue
Block a user