更新vue2的sass报错

This commit is contained in:
2025-08-06 17:32:46 +08:00
parent dc5fba137c
commit 4146097331
57 changed files with 159 additions and 159 deletions
+4 -4
View File
@@ -585,7 +585,7 @@ export default {
justify-content: center;
width: 80rpx;
height: 80rpx;
border: $-solid-border;
border: $solid-border;
border-radius: 50%;
font-size: 32rpx;
background-color: #ffffff;
@@ -660,7 +660,7 @@ export default {
&.active {
width: 20rpx;
background-color: $-color-primary;
background-color: $color-primary;
}
}
}
@@ -780,7 +780,7 @@ export default {
.coupon-right {
padding-left: 30rpx;
border-left: 1rpx dashed $-color-primary;
border-left: 1rpx dashed $color-primary;
}
}
}
@@ -823,7 +823,7 @@ export default {
.price {
width: 160rpx;
border-right: 1px dashed $-color-primary;
border-right: 1px dashed $color-primary;
height: 100%;
}
}