From f581e761e835710f71c95514859ef6f5cfcdf81c Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Sun, 19 Dec 2021 19:36:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E5=9B=BA=E5=AE=9A?= =?UTF-8?q?=E8=A1=A8=E5=A4=B4=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Components/BlazorTable.razor | 2 +- .../BootstrapAdmin.Web/wwwroot/css/site.css | 28 ++++++------------- 2 files changed, 9 insertions(+), 21 deletions(-) diff --git a/src/blazor/admin/BootstrapAdmin.Web/Components/BlazorTable.razor b/src/blazor/admin/BootstrapAdmin.Web/Components/BlazorTable.razor index 8b887e43..c3abb283 100644 --- a/src/blazor/admin/BootstrapAdmin.Web/Components/BlazorTable.razor +++ b/src/blazor/admin/BootstrapAdmin.Web/Components/BlazorTable.razor @@ -1,7 +1,7 @@ @typeparam TItem