From 6529454bb3b5459a5d555901d6a82aa778695e89 Mon Sep 17 00:00:00 2001 From: wangzenghua <1048523306@qq.com> Date: Thu, 24 Apr 2025 09:07:32 +0100 Subject: [PATCH] fix:rank --- src/components/custom-rank-list/index.vue | 2 +- src/views/land/components/landCirculation.vue | 20 ++++++++++++------- 2 files changed, 14 insertions(+), 8 deletions(-) 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 @@