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

@@ -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%;
}
}