From fab2ff778a6bca267b10a5729a895be77414b305 Mon Sep 17 00:00:00 2001 From: huangchengfa <171504222@qq.com> Date: Fri, 12 Dec 2025 19:33:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=B1=BB=E5=9E=8B=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../warningList/vehicleWarning/components/localWarning.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/backOfficeSystem/fourColorManage/warningList/vehicleWarning/components/localWarning.vue b/src/views/backOfficeSystem/fourColorManage/warningList/vehicleWarning/components/localWarning.vue index 496fc7f..95aac4a 100644 --- a/src/views/backOfficeSystem/fourColorManage/warningList/vehicleWarning/components/localWarning.vue +++ b/src/views/backOfficeSystem/fourColorManage/warningList/vehicleWarning/components/localWarning.vue @@ -92,7 +92,7 @@ const props = defineProps({ default: {} }, maxHeight: { - type: Number, + type: [Number, String], default: 666 }, search: { type: Boolean,