Skip to content

Commit

Permalink
fix: 修复自动格式化无效
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong321200875 committed Nov 4, 2023
1 parent 7c1dee1 commit bd82108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"prettier.enable": false,
"prettier.enable": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
Expand Down
2 changes: 1 addition & 1 deletion src/styles/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
// 解决抽屉弹出时,body宽度变化的问题
.el-popup-parent--hidden {
width: 100% !important;
}
}

0 comments on commit bd82108

Please sign in to comment.