添加项目文件。
This commit is contained in:
42
TechHelper.Client/Layout/MainLayout.razor
Normal file
42
TechHelper.Client/Layout/MainLayout.razor
Normal file
@@ -0,0 +1,42 @@
|
||||
@inherits LayoutComponentBase
|
||||
<MudThemeProvider />
|
||||
<MudDialogProvider />
|
||||
<MudSnackbarProvider />
|
||||
<MudPopoverProvider />
|
||||
|
||||
|
||||
|
||||
<MudPaper Class="d-flex flex-column flex-grow-1" Style="height: 100vh;">
|
||||
|
||||
|
||||
<MudPaper Class="d-flex flex-column flex-grow-1 overflow-hidden">
|
||||
|
||||
|
||||
<MudPaper Height="5%" Class=" d-flex flex-grow-1" Style="background-color:mediumseagreen">
|
||||
<MudSpacer> </MudSpacer>
|
||||
<AuthLinks/>
|
||||
</MudPaper>
|
||||
|
||||
|
||||
<MudPaper Height="95%" Class="d-flex flex-row flex-grow-1 overflow-hidden">
|
||||
|
||||
|
||||
<MudPaper Width="5%" Class="pa-2 mr-1 d-flex flex-column flex-grow-0 justify-content-between">
|
||||
<NavBar Class="flex-column flex-grow-0 rounded-pill" />
|
||||
<AccountView Class="flex-column flex-grow-0 rounded-pill" />
|
||||
</MudPaper>
|
||||
|
||||
|
||||
<MudPaper Class="d-flex flex-grow-1 pa-3 ma-1 ">
|
||||
@Body
|
||||
</MudPaper>
|
||||
|
||||
|
||||
|
||||
</MudPaper>
|
||||
|
||||
|
||||
</MudPaper>
|
||||
|
||||
|
||||
</MudPaper>
|
Reference in New Issue
Block a user