样式调整
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user