🐛 Fix(custom): fix info copy bug and optimize loading toast

This commit is contained in:
Kuingsmile
2026-01-03 15:35:06 +08:00
parent 94fe4f4972
commit 11ee6a7905
4 changed files with 185 additions and 33 deletions

View File

@@ -199,9 +199,11 @@ onBeforeUnmount(() => {
color: var(--color-text-primary);
background: var(--color-surface-elevated);
}
.pin-icon {
color: #6b7280;
}
.pin-icon.active {
rotate: 90deg;
color: #ce6769;