登录页

This commit is contained in:
cwchen 2025-09-12 13:35:47 +08:00
parent 61364daa40
commit b8f01fbb25
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ module.exports = {
/**
* 侧边栏主题 深色主题theme-dark浅色主题theme-light
*/
sideTheme: 'theme-dark',
sideTheme: 'theme-light',
/**
* 系统布局配置

View File

@ -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;
}
}