fix: wrap settings page hero section in MudContainer
TaxBaik CI/CD / build-and-deploy (push) Successful in 48s
TaxBaik CI/CD / build-and-deploy (push) Successful in 48s
Wrap the page header section in MudContainer to ensure proper MudBlazor component hierarchy and rendering. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -9,13 +9,15 @@
|
|||||||
|
|
||||||
<PageTitle>설정</PageTitle>
|
<PageTitle>설정</PageTitle>
|
||||||
|
|
||||||
<section class="admin-page-hero">
|
<MudContainer MaxWidth="MaxWidth.Large" Class="pa-6">
|
||||||
|
<section class="admin-page-hero">
|
||||||
<div>
|
<div>
|
||||||
<MudText Typo="Typo.caption" Class="admin-eyebrow">System</MudText>
|
<MudText Typo="Typo.caption" Class="admin-eyebrow">System</MudText>
|
||||||
<MudText Typo="Typo.h4" Class="admin-page-title">설정</MudText>
|
<MudText Typo="Typo.h4" Class="admin-page-title">설정</MudText>
|
||||||
<MudText Typo="Typo.body2" Class="admin-page-subtitle">공개 사이트 연락처와 관리자 계정 보안을 관리합니다.</MudText>
|
<MudText Typo="Typo.body2" Class="admin-page-subtitle">공개 사이트 연락처와 관리자 계정 보안을 관리합니다.</MudText>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
</MudContainer>
|
||||||
|
|
||||||
<MudGrid>
|
<MudGrid>
|
||||||
<MudItem xs="12" md="7">
|
<MudItem xs="12" md="7">
|
||||||
|
|||||||
Reference in New Issue
Block a user