Explorar el Código

进度条颜色修改

htc hace 19 horas
padre
commit
1a3b0cb024
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pagesHome/components/createList.vue

+ 1 - 1
pagesHome/components/createList.vue

@@ -447,7 +447,7 @@ export default {
 						border-radius: 6rpx;
 						border-radius: 6rpx;
 						&-current {
 						&-current {
 							height: 12rpx;
 							height: 12rpx;
-							background: #7cc5c5;
+							background: linear-gradient( 90deg, #FFDF73 0%, #FFD750 100%);
 							border-radius: 6rpx;
 							border-radius: 6rpx;
 							position: absolute;
 							position: absolute;
 							top: 0;
 							top: 0;