修改后台头部背景颜色
This commit is contained in:
@@ -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>
|
@@ -250,4 +250,7 @@ export default {
|
||||
|
||||
<style scoped>
|
||||
@import "@/css/main.css";
|
||||
.pull-right{
|
||||
background-color:#04D5C6 !important;
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user