diff --git a/src/assets/css/index.css b/src/assets/css/index.css index debe42d8a6a0721c9c43cfce5111baeed33ca478..b79bed552394d8fe0084b3168bc16a2f8696843d 100644 --- a/src/assets/css/index.css +++ b/src/assets/css/index.css @@ -677,7 +677,7 @@ border-radius:8px; padding: 0 20px; } .apaas_detail_container .main_contaner { - min-height: calc(100vh - 84px - 83px); + min-height: calc(100vh - 58px - 83px); flex-grow: 1; display: flex; flex-direction: column; @@ -692,11 +692,11 @@ border-radius:8px; justify-content: space-between; } .apaas_detail_container .main_contaner.locked_height { - height: calc(100vh - 84px - 83px); + height: calc(100vh - 58px - 83px); min-height: 400px; } .apaas_detail_container .main_contaner.locked_height_900 { - height: calc(100vh - 84px - 83px); + height: calc(100vh - 58px - 83px); min-height: 900px; } .apaas_detail_container .detail_action { diff --git a/src/components/menu.vue b/src/components/menu.vue index fa90efb3066e65233e9e7b1f5d51d8eebe25c209..0ca13c191f0097c4a5b45333b6a49c523e620318 100644 --- a/src/components/menu.vue +++ b/src/components/menu.vue @@ -250,14 +250,14 @@ export default {