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
+7
View File
@@ -0,0 +1,7 @@
/* Aurora Admin SignaturePad 样式 — 手写签名 */
.aa-sign { font-family: var(--font-family, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif); }
.aa-sign-pad { position: relative; border: 1px solid #E8ECF1; border-radius: 8px; background: #fff; overflow: hidden; touch-action: none; }
.aa-sign-canvas { display: block; width: 100%; height: 180px; cursor: crosshair; }
.aa-sign-placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #BFBFBF; font-size: 14px; pointer-events: none; }
.aa-sign-actions { display: flex; gap: 10px; margin-top: 10px; align-items: center; }
.aa-sign-preview { margin-left: auto; font-size: 12px; color: #8C8C8C; }