修改后台头部背景颜色

This commit is contained in:
2025-08-21 19:14:16 +08:00
parent 26fb33c8f6
commit 53f6c75c7f

View File

@@ -92,4 +92,11 @@ export default {
}
</script>
<style scoped></style>
<style scoped>
.navbar,.logo{
background-color:black !important;
}
.sidebar-toggle:hover{
background-color:#292828 !important;
}
</style>