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;