misterGF / CoPilot

Responsive Bootstrap 3 Admin Template based on AdminLTE with vue.js
https://copilot.misterGF.io
2.92k stars 714 forks source link

background-color is black #51

Closed chenbuer closed 7 years ago

chenbuer commented 7 years ago

I copy my .vue file to this project, and add vue-router as well.

but the background-color of each page page in the browser is black.How to change background-color to be white?

thx

chenbuer commented 7 years ago

I have found the solution: because the background-color is set to be black in file "Login.vue".Delete " background-color: #282B30 !important;" , and the others page's background-color will be white.