更新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
+2 -2
View File
@@ -154,7 +154,7 @@ export default {
.collection-item {
padding: 20rpx;
&:not(:last-of-type) {
border-bottom: $-solid-border;
border-bottom: $solid-border;
}
.info {
flex: 1;
@@ -168,7 +168,7 @@ export default {
width: 148rpx;
height: 52rpx;
right: 20rpx;
border: 1px solid $-color-primary;
border: 1px solid $color-primary;
display: flex;
justify-content: center;
align-items: center;