style: 格式化代码
This commit is contained in:
parent
0ea5217a9f
commit
fc8632b16e
@ -27,13 +27,3 @@ npm run dev
|
||||
```sh
|
||||
npm run build
|
||||
```
|
||||
### 极简的权限管理
|
||||
1. 前端项目参考Vue-elment-admin
|
||||
|
||||
#### 系统管理
|
||||
- [] 用户管理
|
||||
- [] 角色管理
|
||||
- [] 菜单管理
|
||||
|
||||
#### 系统设置
|
||||
- [] 系统监控
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"],
|
||||
},
|
||||
"jsx": "preserve"
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
},
|
||||
"exclude": ["node_modules", "dist"]
|
||||
}
|
||||
"jsx": "preserve"
|
||||
},
|
||||
"exclude": ["node_modules", "dist"]
|
||||
}
|
||||
|
@ -1,4 +1,5 @@
|
||||
html,#app{
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
html,
|
||||
#app {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
Loading…
Reference in New Issue
Block a user