feat: implement ScanTerminalDashboard component for real-time weather opportunity tracking

This commit is contained in:
2569718930@qq.com
2026-04-27 00:30:51 +08:00
parent d46e0c2e81
commit 6f9d75c68f
2 changed files with 122 additions and 37 deletions
@@ -9644,6 +9644,19 @@
color: #ffd078;
}
.root :global(button.scan-status-chip.refresh) {
cursor: pointer;
}
.root :global(button.scan-status-chip.refresh:disabled) {
cursor: wait;
opacity: 0.68;
}
.root :global(.scan-status-chip .spin) {
animation: spin 1s linear infinite;
}
.root :global(.scan-table-shell) {
display: flex;
flex-direction: column;