diff --git a/src/components/custom-rank-list/index.vue b/src/components/custom-rank-list/index.vue index f792eee..f0d5024 100644 --- a/src/components/custom-rank-list/index.vue +++ b/src/components/custom-rank-list/index.vue @@ -187,7 +187,7 @@ onUnmounted(() => { .custom-rank-list { overflow: hidden; width: 100%; - height: 100%; + height: v-bind('h+"px"'); .row-item { display: flex; justify-content: center; diff --git a/src/views/land/components/landCirculation.vue b/src/views/land/components/landCirculation.vue index 8aac8f8..c642cca 100644 --- a/src/views/land/components/landCirculation.vue +++ b/src/views/land/components/landCirculation.vue @@ -7,7 +7,7 @@