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 ChartPanel 样式 — 对齐 组件7.txt ChartPanel:可折叠图表容器,标题栏带展开/折叠、刷新、导出 */
.aa-chartpanel { background: #fff; border: 1px solid #E8ECF1; border-radius: 8px; font-family: var(--font-family, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif); color: #262626; }
.aa-chartpanel-head { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; border-bottom: 1px solid #E8ECF1; }
.aa-chartpanel-title { font-size: 14px; font-weight: 500; color: #1F2329; }
.aa-chartpanel-tools { display: flex; gap: 8px; }
.aa-chartpanel-tool { border: none; background: none; cursor: pointer; color: #595959; font-size: 13px; padding: 4px 8px; border-radius: 4px; }
.aa-chartpanel-tool:hover { background: #F0F5FF; color: #2F54EB; }
.aa-chartpanel-caret { transition: transform .2s; }
.aa-chartpanel.is-collapsed .aa-chartpanel-caret { transform: rotate(-90deg); }
.aa-chartpanel.is-collapsed .aa-chartpanel-body { display: none; }
.aa-chartpanel-body { padding: 16px; }