This commit is contained in:
yumoqing 2025-09-01 20:13:24 +08:00
parent 37ae853946
commit 606836b9ac

View File

@ -14,6 +14,7 @@ body {
width: 100%; /* 占满容器宽度 */ width: 100%; /* 占满容器宽度 */
height: auto; /* 高度自动,保持比例 */ height: auto; /* 高度自动,保持比例 */
display: block; /* 避免底部留空隙 */ display: block; /* 避免底部留空隙 */
object-fit: contain; /* 确保完整显示,而不是裁切 */
} }
pre { pre {