소스 검색

test: 测试提交

yezhihao 6 달 전
부모
커밋
dda6807320
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      uni.scss

+ 1 - 1
uni.scss

@@ -31,7 +31,7 @@ $uni-text-color-disable:#c0c0c0;
 $uni-bg-color:#ffffff;
 $uni-bg-color-grey:#f8f8f8;
 $uni-bg-color-hover:#f1f1f1;//点击状态颜色
-$uni-bg-color-mask:rgba(0, 0, 0, 0.4); //遮罩颜色
+$uni-bg-color-mask:rgba(0, 0, 0, 0.4);//遮罩颜色
 
 /* 边框颜色 */
 $uni-border-color:#c8c7cc;