diff --git a/.vscode/settings.json b/.vscode/settings.json index 8bafd70dc..63f2f0dd6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "typescript.tsdk": "node_modules/typescript/lib", - "prettier.enable": false, + "prettier.enable": true, "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, diff --git a/src/styles/index.less b/src/styles/index.less index cebb2c7df..6825d70ce 100644 --- a/src/styles/index.less +++ b/src/styles/index.less @@ -4,4 +4,4 @@ // 解决抽屉弹出时,body宽度变化的问题 .el-popup-parent--hidden { width: 100% !important; -} \ No newline at end of file +}