Browse Source

修改nodesass支持最新sass编译

hfll
hflllll 6 days ago
parent
commit
70cc990078
3 changed files with 9 additions and 4 deletions
  1. +7
    -2
      manifest.json
  2. +2
    -2
      pages/index/category.vue
  3. BIN
      pages_order/static/address/selectIcon.png

+ 7
- 2
manifest.json View File

@ -58,7 +58,10 @@
}, },
"usingComponents" : true, "usingComponents" : true,
"permission" : {}, "permission" : {},
"requiredPrivateInfos" : [ "chooseLocation" ]
"requiredPrivateInfos" : [ "chooseLocation" ],
"unipush" : {
"enable" : true
}
}, },
"mp-alipay" : { "mp-alipay" : {
"usingComponents" : true "usingComponents" : true
@ -94,5 +97,7 @@
} }
} }
} }
}
},
// i a
"sassImplementationName": "node-sass"
} }

+ 2
- 2
pages/index/category.vue View File

@ -175,7 +175,7 @@
} }
} }
&::v-deep .uv-vtabs__content {
/deep/ .uv-vtabs__content {
background: transparent !important; background: transparent !important;
overflow: hidden; overflow: hidden;
} }
@ -209,7 +209,7 @@
} }
} }
&::v-deep .uv-vtabs {
/deep/ .uv-vtabs {
width: 750rpx; width: 750rpx;
overflow: hidden; overflow: hidden;
} }


BIN
pages_order/static/address/selectIcon.png View File

Before After
Width: 28  |  Height: 36  |  Size: 1.3 KiB

Loading…
Cancel
Save