From 52846937f6432838cd9c9d9b022f4ca5cb8fab78 Mon Sep 17 00:00:00 2001 From: Argo-AscioTech Date: Mon, 29 Apr 2024 09:23:58 +0800 Subject: [PATCH 1/3] =?UTF-8?q?doc:=20=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ThingsGateway.Gateway.Razor/MainLayout.razor | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ThingsGateway.Gateway.Razor/MainLayout.razor b/src/ThingsGateway.Gateway.Razor/MainLayout.razor index 271e32a9..4f5b3fbd 100644 --- a/src/ThingsGateway.Gateway.Razor/MainLayout.razor +++ b/src/ThingsGateway.Gateway.Razor/MainLayout.razor @@ -24,13 +24,9 @@ @* 语言选择 *@ - @* 主题切换 *@ - - - @* 全屏按钮 *@ -- Gitee From 05957ff3cfb272ac62f7ad7a89ea350a17ef6122 Mon Sep 17 00:00:00 2001 From: Argo-AscioTech Date: Mon, 29 Apr 2024 09:24:20 +0800 Subject: [PATCH 2/3] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=20fill=20?= =?UTF-8?q?=E5=85=83=E7=B4=A0=E4=BF=9D=E8=AF=81=E5=B0=8F=E5=B1=8F=E5=B9=95?= =?UTF-8?q?=E6=97=B6=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF=E9=9D=A0=E5=8F=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ThingsGateway.Gateway.Razor/MainLayout.razor | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ThingsGateway.Gateway.Razor/MainLayout.razor b/src/ThingsGateway.Gateway.Razor/MainLayout.razor index 4f5b3fbd..799948da 100644 --- a/src/ThingsGateway.Gateway.Razor/MainLayout.razor +++ b/src/ThingsGateway.Gateway.Razor/MainLayout.razor @@ -17,6 +17,7 @@ AdditionalAssemblies=App.RazorAssemblies AllowDragTab=true UseTabSet="false" TabDefaultUrl="/">
+
@* 搜索框 *@ -- Gitee From 2b7c4c38751ddc74cb9800be27fc10e91b91a42e Mon Sep 17 00:00:00 2001 From: Argo-AscioTech Date: Mon, 29 Apr 2024 09:24:36 +0800 Subject: [PATCH 3/3] =?UTF-8?q?chore:=20=E5=88=A0=E9=99=A4=E5=86=97?= =?UTF-8?q?=E4=BD=99=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ThingsGateway.Admin.Razor/Components/AdminTable.razor.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ThingsGateway.Admin.Razor/Components/AdminTable.razor.cs b/src/ThingsGateway.Admin.Razor/Components/AdminTable.razor.cs index 0d899c03..d589b21a 100644 --- a/src/ThingsGateway.Admin.Razor/Components/AdminTable.razor.cs +++ b/src/ThingsGateway.Admin.Razor/Components/AdminTable.razor.cs @@ -308,9 +308,4 @@ public partial class AdminTable where TItem : class, new() [NotNull] private string? EmptyText { get; set; } - - protected override void OnInitialized() - { - base.OnInitialized(); - } } -- Gitee