文字颜色修改

This commit is contained in:
仲么了
2023-12-26 11:35:31 +08:00
parent c52bb0fb9b
commit 8e6b3f794a
5 changed files with 10 additions and 1 deletions

View File

@@ -86,6 +86,7 @@ onBeforeRouteUpdate((to) => {
--el-menu-bg-color: v-bind('config.getColorVal("menuBackground")');
--el-menu-text-color: v-bind('config.getColorVal("menuColor")');
--el-menu-active-color: v-bind('config.getColorVal("menuActiveColor")');
--el-menu-hover-color: v-bind('config.getColorVal("menuActiveBackground")');
}
.el-sub-menu .icon,

View File

@@ -76,5 +76,6 @@ onBeforeRouteUpdate((to) => {
--el-menu-bg-color: v-bind('config.getColorVal("menuBackground")');
--el-menu-text-color: v-bind('config.getColorVal("menuColor")');
--el-menu-active-color: v-bind('config.getColorVal("menuActiveColor")');
--el-menu-hover-color: v-bind('config.getColorVal("menuActiveBackground")');
}
</style>

View File

@@ -96,5 +96,6 @@ onBeforeRouteUpdate((to) => {
--el-menu-bg-color: v-bind('config.getColorVal("menuBackground")');
--el-menu-text-color: v-bind('config.getColorVal("menuColor")');
--el-menu-active-color: v-bind('config.getColorVal("menuActiveColor")');
--el-menu-hover-color: v-bind('config.getColorVal("menuActiveBackground")');
}
</style>

View File

@@ -77,6 +77,7 @@ onBeforeRouteUpdate((to) => {
--el-menu-bg-color: v-bind('config.getColorVal("menuBackground")');
--el-menu-text-color: v-bind('config.getColorVal("menuColor")');
--el-menu-active-color: v-bind('config.getColorVal("menuActiveColor")');
--el-menu-hover-color: v-bind('config.getColorVal("menuActiveBackground")');
}
.el-sub-menu .icon,