feat: implement ScanTerminalDashboard component for real-time weather opportunity tracking
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user