Explorar o código

chore: did some css stuff on nprogress

LR %!s(int64=3) %!d(string=hai) anos
pai
achega
0086dc8b95
Modificáronse 1 ficheiros con 2 adicións e 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>