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

@@ -999,7 +999,7 @@
<style scoped lang="scss">
/*.timeBox{*/
/*width: 100%;*/
/*/deep/.el-form-item__content{*/
/*::v-deep.el-form-item__content{*/
/*width: 87% !important;*/
/*}*/
/*}*/
@@ -1034,10 +1034,10 @@
}
.container{
min-width: 821px;
/deep/.el-form-item{
::v-deep.el-form-item{
width: 100%;
}
/deep/.el-form-item__content{
::v-deep.el-form-item__content{
width: 72%;
}
}