style: 格式化代码

This commit is contained in:
zy7y 2022-09-14 18:09:30 +08:00
parent 0ea5217a9f
commit fc8632b16e
3 changed files with 13 additions and 22 deletions

View File

@ -27,13 +27,3 @@ npm run dev
```sh
npm run build
```
### 极简的权限管理
1. 前端项目参考Vue-elment-admin
#### 系统管理
- [] 用户管理
- [] 角色管理
- [] 菜单管理
#### 系统设置
- [] 系统监控

View File

@ -1,10 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
},
"jsx": "preserve"
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"exclude": ["node_modules", "dist"]
}
"jsx": "preserve"
},
"exclude": ["node_modules", "dist"]
}

View File

@ -1,4 +1,5 @@
html,#app{
height: 100%;
width: 100%;
}
html,
#app {
height: 100%;
width: 100%;
}