fix(Users): fix abnormal color in dialog add/edit user when dark mode enabled

build: update vite to v7.3.1 and related dependencies
This commit is contained in:
2026-03-12 22:29:33 +08:00
parent 37af87f5af
commit 3754829b42
4 changed files with 304 additions and 140 deletions

View File

@@ -410,7 +410,7 @@ export default {
border: 1px solid var(--border-color);
border-radius: 4px;
font-size: 14px;
background: var(--input-bg);
background: var(--bg-color);
color: var(--text-color);
}