diff --git a/framework/src/Volo.Abp.BlazoriseUI/Components/EntityAction.razor b/framework/src/Volo.Abp.BlazoriseUI/Components/EntityAction.razor
index 63b0f26df0..9bd07ce7da 100644
--- a/framework/src/Volo.Abp.BlazoriseUI/Components/EntityAction.razor
+++ b/framework/src/Volo.Abp.BlazoriseUI/Components/EntityAction.razor
@@ -17,9 +17,11 @@
Disabled=@Disabled>
@if(!string.IsNullOrEmpty(Icon))
{
-
+
}
- @Text
+
+ @Text
+
}
}