HKC_Blazor/MasaBlazorApp3/Shared/EmptyLayout.razor

6 lines
112 B
Plaintext
Raw Normal View History

2025-04-18 11:01:56 +08:00
@inherits LayoutComponentBase
<div style="width:100vw;height:100vh">
@Body
</div>
<RadzenNotification />