@ -1,6 +1,6 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"prettier.enable": false,
"prettier.enable": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
@ -4,4 +4,4 @@
// 解决抽屉弹出时,body宽度变化的问题
.el-popup-parent--hidden {
width: 100% !important;
}