修改后台头部背景颜色

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> </script>
<style scoped> <style scoped>
.navbar,.logo{ .navbar,.logo,.user-header{
background-color:black !important; /* background-color: ; */
background-color: #04D5C6 !important;
} }
.sidebar-toggle:hover{ .sidebar-toggle:hover{
background-color:#292828 !important; background-color:#04D5C6 !important;
} }
</style> </style>

View File

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