diff --git a/src/settings.js b/src/settings.js index 875538a..eff2a7d 100644 --- a/src/settings.js +++ b/src/settings.js @@ -7,7 +7,7 @@ module.exports = { /** * 侧边栏主题 深色主题theme-dark,浅色主题theme-light */ - sideTheme: 'theme-dark', + sideTheme: 'theme-light', /** * 系统布局配置 diff --git a/src/views/login.vue b/src/views/login.vue index 9e1848e..c2e7a57 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -178,7 +178,7 @@ export default { left: 0; right: 0; bottom: 0; - background: linear-gradient(135deg, rgba(0, 110, 107, 0.1) 0%, rgba(0, 110, 107, 0.05) 100%); + // background: linear-gradient(135deg, rgba(0, 110, 107, 0.1) 0%, rgba(0, 110, 107, 0.05) 100%); z-index: 0; } }