auto-sync: 2026-05-19 13:58:56

This commit is contained in:
cfdaily
2026-05-19 13:58:56 +08:00
parent be1e14defa
commit c7245e7da1
@@ -178,10 +178,10 @@ function VerifyCheckpoint({
</div>
)}
<div style={{ display: 'flex', gap: 8, justifyContent: 'flex-end' }}>
<button className="btn-ghost" style={{ color: '#ef4444', borderColor: '#ef444444' }} onClick={() => handleAction('reject')} disabled={loading}>
<button style={{ padding: '5px 12px', borderRadius: 6, fontSize: 11, cursor: 'pointer', background: '#ef444422', color: '#ef4444', border: '1px solid #ef444444', fontWeight: 600 }} onClick={() => handleAction('reject')} disabled={loading}>
</button>
<button className="btn-primary" style={{ background: 'linear-gradient(135deg, #22c55e, #16a34a)' }} onClick={() => handleAction('approve')} disabled={loading}>
<button style={{ padding: '5px 12px', borderRadius: 6, fontSize: 11, cursor: 'pointer', background: '#22c55e22', color: '#22c55e', border: '1px solid #22c55e44', fontWeight: 600 }} onClick={() => handleAction('approve')} disabled={loading}>
</button>
</div>