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
+11
View File
@@ -0,0 +1,11 @@
/* Aurora Admin NumberRangeInput 样式 — 对齐 组件7.txt NumberRangeInput:两个数字输入框 + 分隔符,支持步长、单位、校验 */
.aa-numrange { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-family, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif); }
.aa-numrange input { width: 88px; height: 32px; border: 1px solid #E8ECF1; border-radius: 6px; padding: 0 10px;
color: #262626; font-size: 14px; box-sizing: border-box; }
.aa-numrange input:focus { border-color: #2F54EB; outline: none; box-shadow: 0 0 0 3px rgba(47,84,235,0.2); }
.aa-numrange input:disabled { background: #F5F5F5; color: #BFBFBF; cursor: not-allowed; }
.aa-numrange-sep { color: #8C8C8C; }
.aa-numrange-unit { color: #8C8C8C; font-size: 13px; }
.aa-numrange.is-error input { border-color: #F5222D; }
.aa-numrange-msg { color: #F5222D; font-size: 12px; margin-left: 8px; }