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

This commit is contained in:
337031187
2022-02-07 10:41:11 +08:00
parent b7a4f733ad
commit 052c35a59c
29 changed files with 87 additions and 94 deletions

View File

@@ -640,7 +640,7 @@
table-layout: fixed !important;
}
.demo-table-expand{
/deep/label{
::v-deeplabel{
width: 83px !important;
}
}

View File

@@ -212,7 +212,7 @@ export default {
font-size: 12px;
color: #606266;
}
/deep/ .el-divider--horizontal {
::v-deep .el-divider--horizontal {
margin: 12px 0 !important;
}
}