修复预览界面展示效果

This commit is contained in:
hxuanyu 2025-06-26 18:49:44 +08:00
parent 3581e6443f
commit 6a70eef0a2

View File

@ -13,7 +13,7 @@ body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
overflow-x: hidden; /* 只隐藏水平滚动条 */
overflow-y: auto; /* 允许垂直滚动 */
background-color: #f5f7fa;
background-color: #f5f7fa00;
}
#app {