From 8e72f3bccd3ee83860d5d6c7d90bfd26c78f0b4e Mon Sep 17 00:00:00 2001 From: Kane Wang Date: Mon, 6 Feb 2023 16:43:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E9=9C=80=E6=B1=82=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E7=95=8C=E9=9D=A2=E6=8E=A7=E4=BB=B6=E5=80=BC=E5=82=A8?= =?UTF-8?q?=E5=AD=98=E5=8A=9F=E8=83=BD=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../IT工具综合平台/src/layout/Index.vue | 7 +- .../src/layout/components/Aside.vue | 4 +- .../src/layout/components/Header copy.vue | 99 +++++++++++++++++ .../src/layout/components/Header.vue | 26 ++--- .../src/layout/components/Main.vue | 2 +- .../src/store/modules/requirement.js | 5 +- .../src/utils/api/LocalStorage.js | 73 +++++++++++++ .../src/utils/api/request.js | 4 +- .../src/views/account/Login.vue | 40 +++---- .../views/requirement/RequirementManager.vue | 102 +++++++++++++----- 10 files changed, 291 insertions(+), 71 deletions(-) create mode 100644 code/web/IT工具综合平台/src/layout/components/Header copy.vue create mode 100644 code/web/IT工具综合平台/src/utils/api/LocalStorage.js diff --git a/code/web/IT工具综合平台/src/layout/Index.vue b/code/web/IT工具综合平台/src/layout/Index.vue index 2bfe396..22e4e56 100644 --- a/code/web/IT工具综合平台/src/layout/Index.vue +++ b/code/web/IT工具综合平台/src/layout/Index.vue @@ -2,7 +2,7 @@ * @Author: Kane * @Date: 2023-01-04 11:05:44 * @LastEditors: Kane - * @LastEditTime: 2023-02-05 10:53:45 + * @LastEditTime: 2023-02-06 09:26:48 * @FilePath: /IT工具综合平台/src/layout/Index.vue * @Description: * @@ -97,10 +97,9 @@ export default { /* width: 175px; */ background-color: #2f4156; overflow-x: hidden; - /* height: calc(100vh - 50px); + height: calc(100vh - 50px); max-height: calc(100vh - 50px); - min-height: calc(100vh - 50px); */ - height: 100%; + min-height: calc(100vh - 50px); } #layout-header { diff --git a/code/web/IT工具综合平台/src/layout/components/Aside.vue b/code/web/IT工具综合平台/src/layout/components/Aside.vue index 7eb8c81..ca6719a 100644 --- a/code/web/IT工具综合平台/src/layout/components/Aside.vue +++ b/code/web/IT工具综合平台/src/layout/components/Aside.vue @@ -2,14 +2,14 @@ * @Author: Kane * @Date: 2023-01-04 11:30:33 * @LastEditors: Kane - * @LastEditTime: 2023-02-06 00:25:26 + * @LastEditTime: 2023-02-06 09:28:16 * @FilePath: /IT工具综合平台/src/layout/components/Aside.vue * @Description: * * Copyright (c) ${2022} by Kane, All Rights Reserved. 223142 2f4156 -->