Explorar el Código

chore: did some css stuff on nprogress

LR hace 3 años
padre
commit
0086dc8b95
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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>