[성현모] DB 예외처리 추가, UI 사이즈 조정
This commit is contained in:
@ -5,7 +5,6 @@
|
||||
@inject ConfigService<WebClientConfig> configService
|
||||
@inject NavigationManager NavigationManager
|
||||
|
||||
<RadzenComponents @rendermode="InteractiveServer" />
|
||||
<RadzenLayout>
|
||||
<RadzenHeader Style="height: 5rem; font-size: 2rem;" class="rz-px-5">
|
||||
<RadzenStack Orientation="Orientation.Horizontal" AlignItems="AlignItems.Center" JustifyContent="JustifyContent.SpaceBetween" Gap="0">
|
||||
@ -17,10 +16,11 @@
|
||||
</div>
|
||||
</RadzenStack>
|
||||
</RadzenHeader>
|
||||
<RadzenBody Style="margin:0; padding:0;">
|
||||
<RadzenBody Style="margin:0; padding:0; overflow:hidden; font-size: 2rem;">
|
||||
@Body
|
||||
</RadzenBody>
|
||||
</RadzenLayout>
|
||||
<RadzenComponents @rendermode="InteractiveServer" />
|
||||
|
||||
@code {
|
||||
bool sidebarExpanded = true;
|
||||
|
||||
Reference in New Issue
Block a user