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/apass-list.vue b/src/components/apass-list.vue index 5e944ee4f4cc7df2292a72f36264643ff237e2e1..68b2f517c4784a4a0d343aae1abf39af3afb3592 100644 --- a/src/components/apass-list.vue +++ b/src/components/apass-list.vue @@ -250,7 +250,7 @@ export default { padding: 0 20px 15px; background-color: #fff; border-radius: 10px; - margin-bottom: 40px; + margin-bottom: 30px; } .header-container { padding-top: 20px; diff --git a/src/components/menu.vue b/src/components/menu.vue index fa90efb3066e65233e9e7b1f5d51d8eebe25c209..26ad2494f4d93d9f7faa3a5c34f590d94fc56704 100644 --- a/src/components/menu.vue +++ b/src/components/menu.vue @@ -1,7 +1,6 @@