This commit is contained in:
xiaozhiyong
2026-06-01 10:59:15 +08:00
parent 4f6dad3599
commit 08f0e41baa
10 changed files with 274 additions and 26 deletions

View File

@@ -135,3 +135,39 @@ html.dark {
--el-fill-color-light: rgb(15, 23, 42);
--el-fill-color: rgb(15, 23, 42);
}
html.dark.login-light-mode {
--el-bg-color: #ffffff !important;
--el-bg-color-overlay: #ffffff !important;
--el-text-color-primary: #303133 !important;
--el-text-color-regular: #606266 !important;
--el-text-color-secondary: #909399 !important;
--el-text-color-placeholder: #a8abb2 !important;
--el-border-color: #dcdfe6 !important;
--el-border-color-light: #e4e7ed !important;
--el-border-color-lighter: #ebeef5 !important;
--el-fill-color: #f5f7fa !important;
--el-fill-color-light: #f5f7fa !important;
--el-fill-color-lighter: #fafafa !important;
--el-fill-color-blank: #ffffff !important;
--el-input-bg-color: #ffffff !important;
--el-input-border-color: #dcdfe6 !important;
--el-input-hover-border-color: #c0c4cc !important;
--el-input-focus-border-color: #409eff !important;
--el-input-text-color: #303133 !important;
--el-input-placeholder-text-color: #a8abb2 !important;
--el-button-bg-color: #ffffff !important;
--el-button-border-color: #dcdfe6 !important;
--el-button-text-color: #606266 !important;
--el-button-hover-bg-color: #ecf5ff !important;
--el-button-hover-border-color: #c6e2ff !important;
--el-button-hover-text-color: #409eff !important;
--el-button-active-bg-color: #3a8ee6 !important;
--el-button-active-border-color: #3a8ee6 !important;
--el-button-active-text-color: #ffffff !important;
--el-button-disabled-bg-color: #f5f7fa !important;
--el-button-disabled-border-color: #e4e7ed !important;
--el-button-disabled-text-color: #a0cff4 !important;
--el-form-label-font-size: 14px !important;
--el-form-border-color-hover: #409eff !important;
}