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
+12
View File
@@ -0,0 +1,12 @@
/* Aurora Admin ExceptionVariants 样式 — 对齐 组件7.txt ExceptionVariants:403/404/500/502 异常页 */
.aa-exception { text-align: center; padding: 56px 20px; font-family: var(--font-family, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif); color: #262626; }
.aa-exception-code { font-size: 72px; font-weight: 700; color: #2F54EB; line-height: 1; }
.aa-exception-emoji { font-size: 64px; }
.aa-exception-title { font-size: 18px; font-weight: 500; color: #1F2329; margin-top: 12px; }
.aa-exception-desc { font-size: 14px; color: #8C8C8C; margin-top: 8px; }
.aa-exception-actions { margin-top: 24px; display: flex; gap: 8px; justify-content: center; }
.aa-exception-btn { height: 34px; padding: 0 18px; border-radius: 6px; border: 1px solid #E8ECF1; background: #fff; color: #262626; cursor: pointer; font-size: 14px; }
.aa-exception-btn:hover { border-color: #C9D4F2; color: #2F54EB; }
.aa-exception-btn.primary { background: #2F54EB; border-color: #2F54EB; color: #fff; }
.aa-exception-btn.primary:hover { background: #1D39C4; color: #fff; }