Browse Source

test: 测试提交

yezhihao 6 months ago
parent
commit
1bb4c69697
1 changed files with 1 additions and 1 deletions
  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;