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

This commit is contained in:
337031187
2022-02-07 10:41:11 +08:00
parent 8e8c7dbed0
commit 1961c4b72f
29 changed files with 87 additions and 94 deletions

View File

@@ -497,12 +497,12 @@ export default {
width: 50%;
}
.noBox{
/deep/.el-form-item__content{
::v-deep.el-form-item__content{
margin-left: 0 !important;
}
}
.tempBox{
/deep/.el-input-number--mini{
::v-deep.el-input-number--mini{
width: 100px !important;
}
}

View File

@@ -241,7 +241,7 @@
<style lang="scss" scoped>
.demo-table-expand{
/deep/ label{
::v-deep label{
width: 83px !important;
}
}

View File

@@ -496,12 +496,12 @@ export default {
width: 50%;
}
.noBox{
/deep/.el-form-item__content{
::v-deep.el-form-item__content{
margin-left: 0 !important;
}
}
.tempBox{
/deep/.el-input-number--mini{
::v-deep.el-input-number--mini{
width: 100px !important;
}
}