fix: 暂时关闭element-plus的暗黑模式

This commit is contained in:
刘洪洪
2024-03-25 11:59:35 +08:00
parent 5511191c90
commit a548e78f0c

View File

@@ -36,11 +36,11 @@ $--border-color: #E2E5EC;
@import "common/cover-element-plus"; // 覆盖新版elemen-plus样式
.dark {
$--theme: dark;
@import './themes/theme-dark.scss'; // 加载主题变量
@import './components/index'; // 加载cn组件样式
@import './common/index.scss'; // 加载通用样式
.fixed-button:hover {
background: #40474b !important;
}
//$--theme: dark;
//@import './themes/theme-dark.scss'; // 加载主题变量
//@import './components/index'; // 加载cn组件样式
//@import './common/index.scss'; // 加载通用样式
//.fixed-button:hover {
// background: #40474b !important;
//}
}