证据面板加载态立即显示 DEB + AI 预测中占位卡片
此前 AI 预测卡片需等流式 SSE 返回后才显示,loading 期间整个双卡片 区域消失。现在:DEB 卡片立即显示,AI 侧显示"预测中…"呼吸动画占位, 流式返回后自动替换为真实预测值。
This commit is contained in:
@@ -1000,6 +1000,21 @@
|
||||
color: #7d92b2;
|
||||
}
|
||||
|
||||
.root :global(.scan-ai-prediction-card.ai.pending) {
|
||||
border-color: rgba(34, 211, 238, 0.14);
|
||||
background: rgba(8, 36, 52, 0.28);
|
||||
}
|
||||
|
||||
.root :global(.scan-ai-prediction-card.ai.pending strong) {
|
||||
color: #4a7d9a;
|
||||
animation: pulse-pending 2s ease-in-out infinite;
|
||||
}
|
||||
|
||||
@keyframes pulse-pending {
|
||||
0%, 100% { opacity: 0.3; }
|
||||
50% { opacity: 0.6; }
|
||||
}
|
||||
|
||||
.root :global(.scan-ai-weather-summary) {
|
||||
color: #e6edf3;
|
||||
font-weight: 850;
|
||||
|
||||
Reference in New Issue
Block a user