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

@@ -161,7 +161,7 @@
};
</script>
<style scoped>
.register-box /deep/ .uni-scroll-view {
.register-box ::v-deep .uni-scroll-view {
background: unset !important;
}
@@ -171,11 +171,11 @@
/* margin-top:350rpx; */
}
/deep/ .uni-popup__wrapper-box {
::v-deep .uni-popup__wrapper-box {
background-color: transparent !important;
}
/deep/ .birthday-title-hint uni-image {
::v-deep .birthday-title-hint uni-image {
width: 113rpx !important;
height: 24rpx !important;
}

View File

@@ -168,17 +168,17 @@
</script>
<style scoped>
/deep/ .newgift-content uni-image {
::v-deep .newgift-content uni-image {
width: 113rpx !important;
height: 24rpx !important;
}
/deep/ .reward-popup .uni-popup__wrapper.uni-custom.center .uni-popup__wrapper-box {
::v-deep .reward-popup .uni-popup__wrapper.uni-custom.center .uni-popup__wrapper-box {
max-height: unset !important;
overflow-y: unset;
}
.register-box /deep/ .uni-scroll-view {
.register-box ::v-deep .uni-scroll-view {
background: unset !important;
}