mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-10-21 11:08:13 +08:00
回退 'Pull Request !22 : fix: 增加 fill 元素保证小屏幕时用户信息靠右'
This commit is contained in:
@@ -308,4 +308,9 @@ public partial class AdminTable<TItem> where TItem : class, new()
|
||||
|
||||
[NotNull]
|
||||
private string? EmptyText { get; set; }
|
||||
|
||||
protected override void OnInitialized()
|
||||
{
|
||||
base.OnInitialized();
|
||||
}
|
||||
}
|
||||
|
@@ -17,7 +17,6 @@
|
||||
AdditionalAssemblies=App.RazorAssemblies AllowDragTab=true
|
||||
UseTabSet="false" TabDefaultUrl="/">
|
||||
<Header>
|
||||
<div class="flex-fill"></div>
|
||||
|
||||
@* 搜索框 *@
|
||||
<GlobalSearch Menus=@(MenuService.SameLevelMenuItems) />
|
||||
@@ -25,9 +24,13 @@
|
||||
@* 语言选择 *@
|
||||
<CultureChooser />
|
||||
|
||||
|
||||
@* 主题切换 *@
|
||||
<ThemeToggle />
|
||||
|
||||
|
||||
|
||||
|
||||
@* 全屏按钮 *@
|
||||
<FullScreenButton class="layout-header-bar d-none d-lg-flex px-2" FullScreenIcon="fa fa-arrows-alt"
|
||||
TooltipPlacement=Placement.Bottom TooltipText="@Localizer[nameof(FullScreenButton)]" />
|
||||
|
Reference in New Issue
Block a user