chore: prettier all less files

This commit is contained in:
陈嘉涵
2020-01-19 17:15:54 +08:00
parent 1e864a445f
commit 08c84c9c38
21 changed files with 64 additions and 49 deletions
+4 -4
View File
@@ -102,7 +102,7 @@
width: 100%;
height: 100%;
background: currentColor;
opacity: .1;
opacity: 0.1;
content: '';
}
}
@@ -178,7 +178,7 @@
&::before {
background: currentColor;
opacity: .1;
opacity: 0.1;
}
}
@@ -188,7 +188,7 @@
cursor: not-allowed;
.van-sku-row__item-img {
opacity: .3;
opacity: 0.3;
}
}
}
@@ -282,7 +282,7 @@
z-index: 1;
padding: 6px;
color: @sku-upload-mask-color;
opacity: .8;
opacity: 0.8;
&::before {
background-color: @white;