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 ```sh
npm run build npm run build
``` ```
### 极简的权限管理
1. 前端项目参考Vue-elment-admin
#### 系统管理
- [] 用户管理
- [] 角色管理
- [] 菜单管理
#### 系统设置
- [] 系统监控

View File

@ -2,7 +2,7 @@
"compilerOptions": { "compilerOptions": {
"baseUrl": ".", "baseUrl": ".",
"paths": { "paths": {
"@/*": ["./src/*"], "@/*": ["./src/*"]
}, },
"jsx": "preserve" "jsx": "preserve"
}, },

View File

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