修改后台头部背景颜色
This commit is contained in:
@@ -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>
|
@@ -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>
|
Reference in New Issue
Block a user