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 -->