diff --git a/frontend/README.md b/frontend/README.md index ac8150f..8d6c5ef 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -27,13 +27,3 @@ npm run dev ```sh npm run build ``` -### 极简的权限管理 -1. 前端项目参考Vue-elment-admin - -#### 系统管理 -- [] 用户管理 -- [] 角色管理 -- [] 菜单管理 - -#### 系统设置 -- [] 系统监控 \ No newline at end of file diff --git a/frontend/jsconfig.json b/frontend/jsconfig.json index f086215..9929a93 100644 --- a/frontend/jsconfig.json +++ b/frontend/jsconfig.json @@ -1,10 +1,10 @@ { - "compilerOptions": { - "baseUrl": ".", - "paths": { - "@/*": ["./src/*"], - }, - "jsx": "preserve" + "compilerOptions": { + "baseUrl": ".", + "paths": { + "@/*": ["./src/*"] }, - "exclude": ["node_modules", "dist"] - } \ No newline at end of file + "jsx": "preserve" + }, + "exclude": ["node_modules", "dist"] +} diff --git a/frontend/src/assets/css/base.css b/frontend/src/assets/css/base.css index 73fe75a..5e3fe42 100644 --- a/frontend/src/assets/css/base.css +++ b/frontend/src/assets/css/base.css @@ -1,4 +1,5 @@ -html,#app{ - height: 100%; - width: 100%; -} \ No newline at end of file +html, +#app { + height: 100%; + width: 100%; +}