From d8e14b14dedf16e311b4eed88dc475c858ba100a Mon Sep 17 00:00:00 2001 From: BTMuli Date: Sun, 18 May 2025 21:59:00 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E6=AD=A3=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/app/t-itemBox.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/app/t-itemBox.vue b/src/components/app/t-itemBox.vue index ccf6481c..6c951f2d 100644 --- a/src/components/app/t-itemBox.vue +++ b/src/components/app/t-itemBox.vue @@ -68,7 +68,7 @@ const props = defineProps(); left: 0; overflow: hidden; width: v-bind("props.modelValue.size"); - height: v-bind("props.modelValue.height"); + height: v-bind("props.modelValue.size"); border-radius: 4px; } @@ -82,7 +82,7 @@ const props = defineProps(); position: relative; overflow: hidden; width: v-bind("props.modelValue.size"); - height: v-bind("props.modelValue.height"); + height: v-bind("props.modelValue.size"); border-radius: 4px; } @@ -98,7 +98,7 @@ const props = defineProps(); left: 0; display: flex; width: v-bind("props.modelValue.size"); - height: v-bind("props.modelValue.height"); + height: v-bind("props.modelValue.size"); flex-direction: column; align-items: center; justify-content: center;