소스 검색

chore: did some css stuff on nprogress

LR 3 년 전
부모
커밋
0086dc8b95
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/App.vue

+ 2 - 1
src/App.vue

@@ -48,6 +48,7 @@ export default {
 
 // 设置进度条颜色
 #nprogress .bar {
-  background: lighten($--color-primary, 80%) !important; //自定义颜色
+  background: lighten($--color-primary, 25%) !important; //自定义颜色
+  height: 3px !important;
 }
 </style>