From 994e86e84fec170f435d7f122f33b4ca87eed551 Mon Sep 17 00:00:00 2001 From: anlyyao Date: Tue, 29 Oct 2024 15:30:56 +0800 Subject: [PATCH] chore(DropdownMenuItem): when option is an empty array, no space is occupied --- src/dropdown-item/dropdown-item.wxml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dropdown-item/dropdown-item.wxml b/src/dropdown-item/dropdown-item.wxml index 2694d7626..d9d2416a4 100644 --- a/src/dropdown-item/dropdown-item.wxml +++ b/src/dropdown-item/dropdown-item.wxml @@ -25,7 +25,7 @@ t-class="{{classPrefix}}__popup-host" t-class-content="{{classPrefix}}__content {{prefix}}-class-content" > - +