add dark mode

add audit conn log
This commit is contained in:
ljw
2024-10-18 15:01:39 +08:00
parent 0ccfc8e154
commit d7291d81a4
13 changed files with 252 additions and 5 deletions
+4
View File
@@ -37,3 +37,7 @@ $sideBarWidth: 210px;
margin-right: 5px;
}
}
html.dark {
/* 自定义深色背景颜色 */
//--el-bg-color: #626aef;
}