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

@@ -835,7 +835,7 @@ export default {
margin-bottom: 30rpx;
}
/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

@@ -296,7 +296,7 @@ export default {
@import './public/css/detail.scss';
</style>
<style 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

@@ -460,11 +460,11 @@ export default {
</style>
<style lang="scss" scoped>
/deep/ .uni-page {
::v-deep .uni-page {
overflow: hidden;
}
/deep/ .mescroll-upwarp {
::v-deep .mescroll-upwarp {
padding-bottom: 100rpx;
}
</style>

View File

@@ -95,15 +95,15 @@ export default {
</script>
<style scoped lang="scss">
/deep/ .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
::v-deep .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
background: none;
max-height: unset !important;
overflow-y: hidden !important;
}
/deep/ .uni-popup__wrapper {
::v-deep .uni-popup__wrapper {
border-radius: 20rpx 20rpx 0 0;
}
/deep/ .uni-popup {
::v-deep .uni-popup {
z-index: 8;
}
</style>

View File

@@ -104,7 +104,7 @@ view {
}
}
/deep/ #action-date .uni-countdown .uni-countdown__number {
::v-deep #action-date .uni-countdown .uni-countdown__number {
border: none !important;
padding: 0 !important;
margin: 0 !important;

View File

@@ -353,7 +353,7 @@ $margin-both: 24rpx;
}
}
/deep/ #action-date .uni-countdown .uni-countdown__number {
::v-deep #action-date .uni-countdown .uni-countdown__number {
border: none !important;
padding: 0 !important;
margin: 0 !important;