From 83c37ea4698a17e6ff4a11c2597e4e3966b898e7 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Thu, 29 May 2025 09:51:45 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix(SelectGeneric):=20=E4=BF=AE=E5=A4=8D=20?= =?UTF-8?q?body=20=E4=B8=A2=E5=A4=B1=E9=AB=98=E5=BA=A6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SelectGeneric/SelectGeneric.razor | 28 ++++++++++--------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/src/BootstrapBlazor/Components/SelectGeneric/SelectGeneric.razor b/src/BootstrapBlazor/Components/SelectGeneric/SelectGeneric.razor index 8b30ab99f01..635e0a65d2d 100644 --- a/src/BootstrapBlazor/Components/SelectGeneric/SelectGeneric.razor +++ b/src/BootstrapBlazor/Components/SelectGeneric/SelectGeneric.razor @@ -41,7 +41,7 @@ } @if (IsVirtualize) { -