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
+10
View File
@@ -0,0 +1,10 @@
/* Aurora Admin MergedCellTable 样式 — 相同内容纵向合并单元格 */
.aa-mergetable { width: 100%; border-collapse: collapse; font-family: var(--font-family, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif); font-size: 14px; background: #fff; border: 1px solid #E8ECF1; border-radius: 8px; overflow: hidden; }
.aa-mergetable th { text-align: left; padding: 12px 14px; background: #FAFAFA; color: #1F2329; font-weight: 600; border-bottom: 1px solid #E8ECF1; }
.aa-mergetable td { padding: 11px 14px; color: #262626; border-bottom: 1px solid #E8ECF1; border-right: 1px solid #E8ECF1; vertical-align: middle; }
.aa-mergetable td:last-child { border-right: none; }
.aa-mergetable tr:last-child td { border-bottom: none; }
.aa-mergetable .aa-merged { background: #F0F5FF; font-weight: 500; color: #1F2329; text-align: center; }
.aa-mergetable tbody tr:hover td { background: #F5F7FA; }
.aa-mergetable tbody tr:hover .aa-merged { background: #E6ECFF; }
.aa-mergetable .is-muted { color: #8C8C8C; }