更新package.json 文件,使得node 11到node 16都可以npm install 成功
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user