等待后端更新接口

This commit is contained in:
2026-08-03 16:49:26 +08:00
parent ac5823547a
commit 5b79893650
131 changed files with 5324 additions and 1392 deletions
+11 -1
View File
@@ -522,6 +522,11 @@
gap: 12px;
}
.profile-region-picker > label {
display: grid;
gap: 6px;
}
.profile-region-picker select {
min-height: 48px;
padding: 12px 14px;
@@ -745,11 +750,16 @@
gap: 10px;
}
.editor-field label {
.editor-field label,
.editor-label {
color: var(--ink);
font-weight: 900;
}
.field-required {
color: var(--red);
}
.editor-field input,
.editor-field select,
.editor-field textarea {