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