chore(sass): 编译器从node-sass转移成dart-sass
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user