修改后台头部背景颜色

This commit is contained in:
2025-08-21 19:14:16 +08:00
parent 53f6c75c7f
commit 4f45821390
2 changed files with 7 additions and 3 deletions

View File

@@ -93,10 +93,11 @@ export default {
</script>
<style scoped>
.navbar,.logo{
background-color:black !important;
.navbar,.logo,.user-header{
/* background-color: ; */
background-color: #04D5C6 !important;
}
.sidebar-toggle:hover{
background-color:#292828 !important;
background-color:#04D5C6 !important;
}
</style>

View File

@@ -250,4 +250,7 @@ export default {
<style scoped>
@import "@/css/main.css";
.pull-right{
background-color:#04D5C6 !important;
}
</style>