Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
OpenSource
/
dify
Segui
4
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
152
Wiki
Attività
Sfoglia il codice sorgente
fix: add animation to workflow process loader icon (
#15497
)
tags/1.0.1
DDDDD12138
7 mesi fa
parent
d8317fcf81
commit
b07016113c
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
web/app/components/base/chat/chat/answer/workflow-process.tsx
+ 1
- 1
web/app/components/base/chat/chat/answer/workflow-process.tsx
Vedi File
@@ -56,7 +56,7 @@ const WorkflowProcessItem = ({
>
{
running && (
<RiLoader2Line className='shrink-0 mr-1 w-3.5 h-3.5 text-text-tertiary' />
<RiLoader2Line className='shrink-0 mr-1 w-3.5 h-3.5
animate-spin
text-text-tertiary' />
)
}
{
Write
Preview
Loading…
Annulla
Salva