更新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
@@ -262,7 +262,7 @@
justify-content: center;
padding: 20rpx 0;
font-size: 26rpx;
color: $-color-muted;
color: $color-muted;
}
}
@@ -276,7 +276,7 @@
height: 120rpx;
&:nth-child(n+2) {
border-top: $-dashed-border;
border-top: $dashed-border;
}
&-content {
@@ -287,12 +287,12 @@
&-name {
font-size: 28rpx;
color: $-color-black;
color: $color-black;
}
&-tips {
font-size: 22rpx;
color: $-color-muted;
color: $color-muted;
}
}
}
@@ -307,7 +307,7 @@
margin-top: 10rpx;
font-size: 22rpx;
background-color: #FFFFFF;
color: $-color-normal;
color: $color-normal;
}
&-submit {