diff --git a/src/views/health/healthAnalysis/index.vue b/src/views/health/healthAnalysis/index.vue index 3a16b59..a6e0d83 100644 --- a/src/views/health/healthAnalysis/index.vue +++ b/src/views/health/healthAnalysis/index.vue @@ -340,8 +340,7 @@ onMounted(() => { .app-container { padding: 20px; background-color: #f1f5f7; - height: 100vh; - overflow: hidden; + min-height: 100vh; display: flex; flex-direction: column; } @@ -351,6 +350,7 @@ onMounted(() => { overflow-y: auto; overflow-x: hidden; padding-right: 10px; + padding-bottom: 40px; &::-webkit-scrollbar { width: 8px;