feat(export): show running state on content and sns cards

This commit is contained in:
tisonhuang
2026-03-02 15:38:34 +08:00
parent 98a0233c4d
commit 43f4c966f9
2 changed files with 28 additions and 2 deletions

View File

@@ -322,6 +322,15 @@
&:hover {
background: var(--primary-hover);
}
&:disabled {
cursor: not-allowed;
opacity: 0.86;
}
&.running {
background: var(--primary-hover);
}
}
&.skeleton-card {