更新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
+5 -5
View File
@@ -774,7 +774,7 @@
padding: 0 18rpx;
border-radius: 6rpx;
box-sizing: border-box;
background-color: $-color-primary;
background-color: $color-primary;
color: #fff;
white-space: nowrap;
overflow: hidden;
@@ -817,7 +817,7 @@
.evaluation {
.title {
height: 100rpx;
border-bottom: $-solid-border;
border-bottom: $solid-border;
padding: 0 24rpx;
}
@@ -895,14 +895,14 @@
}
.right-buy {
background-color: $-color-primary;
background-color: $color-primary;
}
}
.group-play {
.title {
padding: 20rpx 28rpx;
border-bottom: $-solid-border;
border-bottom: $solid-border;
}
.steps {
@@ -935,7 +935,7 @@
padding: 20rpx 24rpx;
&:not(:last-of-type) {
border-bottom: $-solid-border;
border-bottom: $solid-border;
}
.group-btn {