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;
}

View File

@@ -1410,20 +1410,16 @@ $radius-lg: 36rpx;
color: $color-text-light;
margin-bottom: 8rpx;
letter-spacing: 0.5rpx;
text-align: right;
}
// 用户昵称右对齐AI昵称左对齐
&:not(.ai-message .message-nickname) {
text-align: right;
}
// AI昵称专属样式 - 左移到气泡上方
&.ai-nickname {
text-align: left;
margin-left: 0;
padding-left: 0;
align-self: flex-start;
margin-bottom: 4rpx;
}
// AI昵称专属样式 - 左移到气泡上方
.ai-nickname {
text-align: left;
margin-left: 0;
padding-left: 0;
align-self: flex-start;
margin-bottom: 4rpx;
}
.message-bubble {

View File

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

View File

@@ -859,11 +859,11 @@ image {
}
}
/deep/ .channel-list-container {
::v-deep .channel-list-container {
padding: 0rpx !important;
}
/deep/ .mescroll-totop {
::v-deep .mescroll-totop {
right: 27rpx !important;
/* #ifdef H5 */
bottom: 120rpx !important;

View File

@@ -138,7 +138,7 @@
border-radius: 80rpx;
}
/deep/ .form-wrap {
::v-deep .form-wrap {
background: #fff;
padding: 30rpx;
border-radius: 32rpx;

View File

@@ -84,7 +84,7 @@ export default {
</script>
<style lang="scss">
/deep/ .uni-grid-item {
::v-deep .uni-grid-item {
width: calc((100vw - (#{$margin-both} * 2)) / 3) !important;
}

View File

@@ -182,12 +182,12 @@
</script>
<style lang="scss" scoped>
/deep/ .fixed {
::v-deep .fixed {
position: relative;
top: 0;
}
/deep/ .empty {
::v-deep .empty {
margin-top: 0 !important;
}

View File

@@ -74,7 +74,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;
}
@@ -82,18 +82,18 @@ 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;
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;
}
</style>

View File

@@ -481,14 +481,14 @@ export default {
</style>
<style lang="scss" scoped>
/deep/ .reward-popup .uni-popup__wrapper-box {
::v-deep .reward-popup .uni-popup__wrapper-box {
background: none !important;
max-width: unset !important;
max-height: unset !important;
overflow: unset !important;
}
/deep/ uni-toast .uni-simple-toast__text {
::v-deep uni-toast .uni-simple-toast__text {
background: red !important;
}
</style>

View File

@@ -1,8 +1,8 @@
/deep/.uni-scroll-view {
::v-deep .uni-scroll-view {
background-color: #fff;
}
/deep/.uni-scroll-view::-webkit-scrollbar {
::v-deep .uni-scroll-view::-webkit-scrollbar {
/* 隐藏滚动条,但依旧具备可以滚动的功能 */
display: none;
}

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;
}

View File

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

View File

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

View File

@@ -152,7 +152,7 @@ export default {
<style lang="scss">
@import './public/css/logistics.scss';
/deep/.uni-scroll-view ::-webkit-scrollbar {
::v-deep .uni-scroll-view ::-webkit-scrollbar {
/* 隐藏滚动条,但依旧具备可以滚动的功能 */
display: none;
width: 0;
@@ -160,7 +160,7 @@ export default {
color: transparent;
background: transparent;
}
/deep/::-webkit-scrollbar {
::v-deep ::-webkit-scrollbar {
display: none;
width: 0;
height: 0;

View File

@@ -287,15 +287,15 @@ export default {
@import './public/css/refund.scss';
</style>
<style scoped>
/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

@@ -289,15 +289,15 @@ export default {
@import './public/css/refund.scss';
</style>
<style scoped>
/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;
}
.sub-btn{

View File

@@ -95,17 +95,17 @@
@import './public/css/refund.scss';
</style>
<style scoped>
/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;
}

View File

@@ -331,13 +331,13 @@
}
}
/deep/ .goods-recommend {
::v-deep .goods-recommend {
margin-top: 30rpx;
}
</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

@@ -300,7 +300,7 @@
box-sizing: border-box;
}
/deep/ .mescroll-uni-fixed {
::v-deep .mescroll-uni-fixed {
bottom: 280rpx !important;
}
.recharge-title{