File tree Expand file tree Collapse file tree
BlazorAdmin.Setting/Pages
BlazorAdmin.Servers.Core/Components/Pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 OnClick =" DeleteMenuClick" Size =" Size.Medium" Disabled =" SelectedMenuItem == null" ></MudIconButton >
1818 }
1919 </PageHeader >
20- <MudPaper class =" flex-1 d-flex " style =" overflow :auto ;" >
20+ <MudPaper class =" flex-1 d-flex rounded-0 rounded-b " style =" overflow :auto ;" Elevation = " 0 " Outlined = true >
2121
2222 <div class =" flex-0 pt-2" style =" width :340px ;overflow :auto ;" >
2323 @if (ReRenderFlg )
Original file line number Diff line number Diff line change 1919 }
2020 </PageHeader >
2121
22- <MudPaper class =" flex-1 d-flex" style =" overflow :auto ;" >
22+ <MudPaper class =" flex-1 d-flex rounded-0 rounded-b " style =" overflow :auto ;" Elevation = " 0 " Outlined = true >
2323
2424 <div class =" flex-0 pt-2" style =" width :340px ;overflow :auto ;" >
2525 <MudTreeView Items =" @OrganizationItems" Hover =" true" T =" OrganizationItem"
Original file line number Diff line number Diff line change 5050 }
5151</PageHeader >
5252
53- <MudPaper Class =" pa-4 mb-4 flex-1" Style =" overflow:auto" >
53+ <MudPaper Class =" pa-4 flex-1 rounded-0 rounded-b " Style =" overflow:auto" Elevation = " 0 " Outlined = true >
5454 @if (_showPageGeneration && ! string .IsNullOrEmpty (_pageSrc ))
5555 {
5656 <MudText Style =" white-space: pre; font-family: monospace;" Class =" border" >
Original file line number Diff line number Diff line change 77<div class =" d-flex flex-column" style =" height :100% ;" >
88 <PageHeader Title =@_loc[ " SystemSettingTitle" ] >
99 </PageHeader >
10- <MudPaper class =" flex-1 d-flex" style =" overflow :auto ;" >
10+ <MudPaper class =" flex-1 d-flex rounded-0 rounded-b " style =" overflow :auto ;" Elevation = " 0 " Outlined = true >
1111
1212 <div class =" flex-none" style =" width :340px ;overflow :auto ;" >
1313 <MudList T =" SettingModel" ReadOnly =" false" @bind-SelectedValue =" SelectedValue" >
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ public class PageDataGridConfig
1818
1919 public static bool FixedHeader { get ; private set ; } = true ;
2020
21- public static int Elevation { get ; private set ; } = 1 ;
21+ public static int Elevation { get ; private set ; } = 0 ;
2222
23- public static bool Outlined { get ; private set ; } = false ;
23+ public static bool Outlined { get ; private set ; } = true ;
2424
25- public static string Style { get ; private set ; } = "flex: 1;" ;
25+ public static string Style { get ; private set ; } = "flex: 1;border-radius:0; " ;
2626
2727 public static bool HorizontalScrollbar = true ;
2828 }
Original file line number Diff line number Diff line change 3030@inject NavigationManager _navManager ;
3131@inject IStringLocalizer <CommonComponent > _loc ;
3232
33- <MudPaper class =" d-flex align-center mb-2 px-4 py-2" >
33+ <MudPaper class =" rounded-0 rounded-t d-flex align-center px-4 py-2" Elevation = " 0 " Outlined = true >
3434 <MudText Typo =" Typo.h6" Style =" white-space:nowrap;" >
3535 @Title
3636 </MudText >
Original file line number Diff line number Diff line change 3030@inject NavigationManager _navManager ;
3131@inject IStringLocalizer <CommonComponent > _loc ;
3232
33- <MudPaper class =" d-flex justify-between align-center mt-2 px-4 py-2" >
33+ <MudPaper class =" rounded-0 rounded-b d-flex justify-between align-center px-4 py-2" Elevation = " 0 " Outlined = true >
3434 <MudSpacer />
3535 <div style =" width :100px ;" class =" mr-1" >
3636 <MudSelect T =" int" Value =" PageInfo.Size" ValueChanged =" PageSizeChanged" Variant =" Variant.Outlined" Label =" 每页条数"
You can’t perform that action at this time.
0 commit comments