更新vue2的sass报错
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user