chore(sass): 编译器从node-sass转移成dart-sass

This commit is contained in:
2026-01-16 17:52:33 +08:00
parent 5b9bef9214
commit 47e1c2372d
89 changed files with 671 additions and 314 deletions

View File

@@ -1160,7 +1160,7 @@ export default {
.right-wrap {
display: flex;
align-items: center;
justify-content: end;
justify-content: flex-end;
.num {
width: auto;
@@ -1314,7 +1314,7 @@ export default {
}
}
/deep/ .uni-popup__wrapper-box {
::v-deep .uni-popup__wrapper-box {
border-radius: 0;
}
@@ -1348,7 +1348,7 @@ export default {
justify-content: center;
}
/deep/ .loading-layer {
::v-deep .loading-layer {
background: #fff !important;
}