更新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

@@ -176,7 +176,7 @@ export default {
color: $dark_gray;
cursor: pointer;
user-select: none;
/deep/.svg-icon {
::v-deep.svg-icon {
vertical-align: 0.3em;
}
}

View File

@@ -167,7 +167,7 @@ export default {
.captcha{
display: flex;
align-items: flex-start;
/deep/.el-form-item__content{
::v-deep.el-form-item__content{
width: 100%;
}
}
@@ -213,7 +213,7 @@ export default {
color: $dark_gray;
cursor: pointer;
user-select: none;
/deep/.svg-icon {
::v-deep.svg-icon {
vertical-align: 0.3em;
}
}

View File

@@ -605,7 +605,7 @@ export default {
<style lang="scss" scoped>
/*@aaa: ~'>>>';*/
.order_box /deep/.ivu-form-item-content{
.order_box ::v-deep.ivu-form-item-content{
margin-left: 50px!important;
}
.maxInpt{