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

@@ -126,7 +126,7 @@ export default {
</script>
<style lang="scss" scoped>
/deep/ .el-switch{
::v-deep .el-switch{
width: 40px;
}
.drawer-container {

View File

@@ -73,7 +73,7 @@ export default {
position: relative;
overflow: hidden;
width: 100%;
/deep/ {
::v-deep {
.el-scrollbar__bar {
bottom: 0px;
}