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

@@ -430,7 +430,7 @@ export default {
}
</style>
<style lang="scss">
/deep/ .mescroll-upwarp {
::v-deep .mescroll-upwarp {
padding-bottom: 150rpx;
}
</style>

View File

@@ -367,7 +367,7 @@ export default {
</script>
<style lang="scss" scoped>
/deep/ .fixed {
::v-deep .fixed {
position: relative;
top: 0;
}

View File

@@ -395,7 +395,7 @@
</script>
<style lang="scss">
/deep/ pick-regions,
::v-deep pick-regions,
.pick-regions {
flex: 1;
}

View File

@@ -221,7 +221,7 @@ export default {
</style>
<style lang="scss" scoped>
/deep/ .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
::v-deep .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
max-height: unset !important;
}
</style>

View File

@@ -73,12 +73,12 @@ export default {
</script>
<style lang="scss" scoped>
/deep/ .fixed {
::v-deep .fixed {
position: relative;
top: 0;
}
/deep/ .empty {
::v-deep .empty {
margin-top: 0 !important;
}
@@ -86,7 +86,7 @@ export default {
</style>
<style lang="scss" scoped>
/deep/ .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
::v-deep .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
max-height: unset !important;
}
</style>

View File

@@ -249,7 +249,7 @@ export default {
</script>
<style lang="scss">
/deep/ .empty {
::v-deep .empty {
margin-top: 0 !important;
}

View File

@@ -168,7 +168,7 @@ export default {
background: none !important;
}
/deep/.diy-index-page .uni-popup .uni-popup__wrapper-box {
::v-deep .diy-index-page .uni-popup .uni-popup__wrapper-box {
border-radius: 0;
}
@@ -176,11 +176,11 @@ export default {
width: 80%;
}
/deep/ .placeholder {
::v-deep .placeholder {
height: 0;
}
/deep/::-webkit-scrollbar {
::v-deep ::-webkit-scrollbar {
width: 0;
height: 0;
background-color: transparent;
@@ -191,7 +191,7 @@ export default {
display: none;
}
/deep/ .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
::v-deep .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
max-height: unset !important;
}

View File

@@ -266,7 +266,7 @@
</style>
<style lang="scss" scoped>
/deep/ .uni-popup__wrapper.bottom {
::v-deep .uni-popup__wrapper.bottom {
border-radius: 24rpx 24rpx 0 0;
}
</style>

View File

@@ -232,7 +232,7 @@ export default {
</script>
<style lang="scss">
/deep/ .fixed {
::v-deep .fixed {
position: relative;
top: 0;
}