更新package.json 文件,使得node 11到node 16都可以npm install 成功

This commit is contained in:
stivepeim
2022-02-07 10:41:11 +08:00
parent b68b1a09e4
commit dcceda9798
29 changed files with 87 additions and 94 deletions

View File

@@ -217,7 +217,7 @@
<style scoped lang="scss">
.productScore{
/deep/.el-rate{
::v-deep.el-rate{
line-height: 2.4;
}
}

View File

@@ -311,7 +311,7 @@ export default {
width: auto !important;
height: 30px !important;
}
/deep/.el-image__inner, .el-image__placeholder, .el-image__error {
::v-deep.el-image__inner, .el-image__placeholder, .el-image__error {
width: auto !important;
}
}