feat: 支持管理员自助修改密码 (#57)
This commit is contained in:
@@ -43,12 +43,15 @@ body {
|
||||
color: #fff;
|
||||
padding: 0 8px;
|
||||
}
|
||||
.nav-account { margin: 0; }
|
||||
.nav-logout { margin: 0; }
|
||||
.nav-account,
|
||||
.nav-logout button {
|
||||
color: #c8cdd4;
|
||||
border-color: #56616d;
|
||||
background: transparent;
|
||||
}
|
||||
.nav-account:hover,
|
||||
.nav-logout button:hover { color: #fff; background: #3a4552; }
|
||||
|
||||
/* ── 首次初始化 / 登录 ────────────────── */
|
||||
@@ -294,6 +297,8 @@ button.primary:hover { background: #1a5fd0; }
|
||||
/* 创建弹窗里的单个字段,标签在输入框上面 */
|
||||
.field { display: flex; flex-direction: column; gap: 6px; }
|
||||
.field label { color: #555; }
|
||||
.field small { color: #777; }
|
||||
.field .field-error { color: #b42318; font-weight: 600; }
|
||||
input[type="text"], input[type="password"] {
|
||||
padding: 5px 8px;
|
||||
border: 1px solid #ccd1d6;
|
||||
|
||||
Reference in New Issue
Block a user