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 NotificationPro 样式 — 对齐 组件7.txt NotificationPro:右上角通知,标题+描述+图标,可关闭 */
.aa-notification-wrap { position: fixed; top: 16px; right: 16px; z-index: 3000; width: 320px;
display: flex; flex-direction: column; gap: 10px; pointer-events: none;
font-family: var(--font-family, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif); }
.aa-notification { pointer-events: auto; background: #fff; border: 1px solid #E8ECF1; border-radius: 8px;
box-shadow: 0 4px 12px rgba(0,0,0,0.12); padding: 14px 16px; display: flex; gap: 10px; }
.aa-notification-icon { width: 18px; height: 18px; border-radius: 50%; flex-shrink: 0; color: #fff; font-size: 12px; text-align: center; line-height: 18px; margin-top: 2px; }
.aa-notification.is-success .aa-notification-icon { background: #52C41A; }
.aa-notification.is-error .aa-notification-icon { background: #F5222D; }
.aa-notification.is-warning .aa-notification-icon { background: #FA8C16; }
.aa-notification.is-info .aa-notification-icon { background: #2F54EB; }
.aa-notification-body { flex: 1; }
.aa-notification-title { font-size: 14px; font-weight: 500; color: #1F2329; }
.aa-notification-desc { font-size: 13px; color: #8C8C8C; margin-top: 4px; line-height: 1.5; }
.aa-notification-close { color: #8C8C8C; cursor: pointer; font-size: 14px; line-height: 1; }