From fc8632b16eb13b6238a719e3de8efd791ca0c367 Mon Sep 17 00:00:00 2001 From: zy7y <13271962515@163.com> Date: Wed, 14 Sep 2022 18:09:30 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=A0=BC=E5=BC=8F=E5=8C=96=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/README.md | 10 ---------- frontend/jsconfig.json | 16 ++++++++-------- frontend/src/assets/css/base.css | 9 +++++---- 3 files changed, 13 insertions(+), 22 deletions(-) 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%; +}