更新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
+3 -3
View File
@@ -259,7 +259,7 @@ export default {
}
.item-active {
color: white;
background-color: $-color-primary;
background-color: $color-primary;
border-radius: 100rpx;
height: 100%;
}
@@ -272,7 +272,7 @@ export default {
line-height: 40rpx;
height: 100%;
.item-active {
color: $-color-primary;
color: $color-primary;
}
}
}
@@ -304,7 +304,7 @@ export default {
text-align: right;
}
&:not(:nth-last-of-type(3)) {
border-bottom: $-solid-border;
border-bottom: $solid-border;
}
}
}