Add recovery Excel export and automatic account detection

This commit is contained in:
巫凤萍
2026-08-05 11:40:29 +08:00
parent b081946752
commit 85110bbfce
15 changed files with 852 additions and 36 deletions

View File

@@ -1856,6 +1856,31 @@ a {
font-weight: 700;
}
.recovery-panel-actions {
display: flex;
align-items: center;
gap: 9px;
}
.export-data-button {
display: inline-flex;
height: 34px;
align-items: center;
padding: 0 13px;
border: 1px solid #a9cdbc;
border-radius: 8px;
color: var(--green-deep);
background: #f2faf6;
font-size: 9px;
font-weight: 700;
}
.export-data-button:disabled {
color: #94a29c;
background: #f5f7f6;
cursor: wait;
}
.retry-failed-button b {
display: grid;
min-width: 18px;