fix(HEL-233): 恢复移动端系统管理五页,避免再落入占位

nav 里的账号资料/改密/会员/系统设置/会员管理此前从未注册到 pages.js,
HEL-227 把用户导向 /m/ 后全部落到占位页。按桌面端已有能力补齐真实页面,
并加源码回归防止再次漏注册。

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
总工
2026-08-29 12:41:38 +08:00
co-authored by Cursor multica-agent
parent f7cf9a6454
commit 13cd9940f7
5 changed files with 750 additions and 4 deletions
+12 -2
View File
@@ -336,7 +336,8 @@ body {
color: var(--text-secondary);
}
.m-form-field input {
.m-form-field input,
.m-form-field select {
height: 44px;
padding: 0 12px;
border: 1px solid var(--border-strong);
@@ -346,11 +347,20 @@ body {
font-size: 14px;
}
.m-form-field input:focus {
.m-form-field input:focus,
.m-form-field select:focus {
outline: none;
border-color: var(--action);
}
.m-form-field input[type="checkbox"] {
width: 22px;
height: 22px;
padding: 0;
border: none;
background: transparent;
}
.m-auth-error {
margin: 0 0 12px;
padding: 10px 12px;