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

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