样式调整
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 12s
Docker Build & Deploy / Deploy to Production (push) Successful in 7s

This commit is contained in:
孙诚
2025-12-26 18:03:52 +08:00
parent 5e23c38df4
commit ed0fbb1930
11 changed files with 53 additions and 7 deletions

View File

@@ -178,6 +178,7 @@ const startAnalysis = async () => {
scrollToBottom()
}
} catch (e) {
console.error('JSON解析错误:', e)
// 忽略JSON解析错误
}
}
@@ -379,4 +380,9 @@ const startAnalysis = async () => {
color: #ffc107;
}
}
/* 设置页面容器背景色 */
:deep(.van-nav-bar) {
background: transparent !important;
}
</style>