Aurora Admin v1.2.0: 79 components x 5 ends, doc site, contracts batch 1, playground, regression, deploy ready

This commit is contained in:
aurora-admin
2026-09-10 19:21:56 +08:00
commit 51ce3a28f7
654 changed files with 49082 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
/* Aurora Admin ResultVariants 样式 — 对齐 组件7.txt ResultVariants:成功/失败/警告/信息 结果页 */
.aa-result { text-align: center; padding: 40px 20px; font-family: var(--font-family, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif); color: #262626; }
.aa-result-icon { width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; font-size: 32px; color: #fff; }
.aa-result.is-success .aa-result-icon { background: #52C41A; }
.aa-result.is-error .aa-result-icon { background: #F5222D; }
.aa-result.is-warning .aa-result-icon { background: #FA8C16; }
.aa-result.is-info .aa-result-icon { background: #2F54EB; }
.aa-result-title { font-size: 20px; font-weight: 500; color: #1F2329; }
.aa-result-desc { font-size: 14px; color: #8C8C8C; margin-top: 8px; line-height: 1.6; }
.aa-result-actions { margin-top: 24px; display: flex; gap: 8px; justify-content: center; }
.aa-result-btn { height: 34px; padding: 0 18px; border-radius: 6px; border: 1px solid #E8ECF1; background: #fff; color: #262626; cursor: pointer; font-size: 14px; }
.aa-result-btn:hover { border-color: #C9D4F2; color: #2F54EB; }
.aa-result-btn.primary { background: #2F54EB; border-color: #2F54EB; color: #fff; }
.aa-result-btn.primary:hover { background: #1D39C4; color: #fff; }
.aa-result-extra { margin-top: 20px; }