fix(file-summary): 同步压缩包工作流状态与结果刷新
This commit is contained in:
@@ -882,7 +882,9 @@ input:focus {
|
||||
.upload-dropzone span,
|
||||
.upload-status,
|
||||
.attachment-item span,
|
||||
.workflow-card em {
|
||||
.workflow-card em,
|
||||
.workflow-card small,
|
||||
.workflow-error {
|
||||
color: var(--muted);
|
||||
font-size: 12px;
|
||||
}
|
||||
@@ -949,6 +951,28 @@ input:focus {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.node-status div {
|
||||
display: grid;
|
||||
min-width: 0;
|
||||
gap: 2px;
|
||||
}
|
||||
|
||||
.node-status span,
|
||||
.node-status small,
|
||||
.workflow-error {
|
||||
overflow-wrap: anywhere;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.workflow-error {
|
||||
margin: 0;
|
||||
padding: 8px 10px;
|
||||
border-radius: 6px;
|
||||
background: #fff1f0;
|
||||
color: #b42318;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.status-running,
|
||||
.status-retrying {
|
||||
color: var(--accent);
|
||||
|
||||
Reference in New Issue
Block a user