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 PhoneInput 样式 — 国际区号 + 手机号 */
.aa-phone { display: inline-flex; align-items: stretch; font-family: var(--font-family, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif); border: 1px solid #E8ECF1; border-radius: 6px; height: 36px; background: #fff; overflow: hidden; }
.aa-phone.is-focus { border-color: #2F54EB; box-shadow: 0 0 0 3px rgba(47,84,235,0.2); }
.aa-phone.is-error { border-color: #F5222D; }
.aa-phone-code { border: none; border-right: 1px solid #E8ECF1; background: #FAFAFA; color: #262626; font-size: 14px; padding: 0 8px; outline: none; cursor: pointer; }
.aa-phone-input { flex: 1; border: none; outline: none; padding: 0 10px; font-size: 14px; color: #262626; background: none; min-width: 160px; }
.aa-phone-input::placeholder { color: #BFBFBF; }
.aa-phone-tip { font-size: 12px; margin-top: 4px; color: #8C8C8C; }
.aa-phone-tip.error { color: #F5222D; }
.aa-phone-tip.ok { color: #52C41A; }