更新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
@@ -621,7 +621,7 @@ export default {
top: 0;
width: 100%;
height: 200rpx;
background-color: $-color-primary;
background-color: $color-primary;
z-index: 0;
}
@@ -691,7 +691,7 @@ export default {
}
.footer .plain.red {
border: 1px solid $-color-primary;
border: 1px solid $color-primary;
}
.tips-dialog {
@@ -783,6 +783,6 @@ export default {
}
.receive-info-item:nth-child(n + 2) {
border-top: $-dashed-border;
border-top: $dashed-border;
}
</style>