diff --git a/src/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/components/localWarning.vue b/src/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/components/localWarning.vue index 496fc7f..95aac4a 100644 --- a/src/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/components/localWarning.vue +++ b/src/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/components/localWarning.vue @@ -92,7 +92,7 @@ const props = defineProps({ default: {} }, maxHeight: { - type: Number, + type: [Number, String], default: 666 }, search: { type: Boolean,