修改进度条样式
import 'nprogress/nprogress.css' // 引入进度条样式
在styles index.css中添加
#nprogress .bar {
background: rgb(145, 233, 2) !important;
height: 6px !important;
}
import 'nprogress/nprogress.css' // 引入进度条样式
在styles index.css中添加
#nprogress .bar {
background: rgb(145, 233, 2) !important;
height: 6px !important;
}