From 601edacebe40dc78493496ef3eaab1a5b30a672c Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Mon, 13 Jan 2020 23:10:12 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E9=83=A8=E9=97=A8=E7=BB=B4?= =?UTF-8?q?=E6=8A=A4=E9=A1=B5=E9=9D=A2=E5=A2=9E=E5=8A=A0=E9=83=A8=E9=97=A8?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/Bootstrap.Admin/Views/Admin/Groups.cshtml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/admin/Bootstrap.Admin/Views/Admin/Groups.cshtml b/src/admin/Bootstrap.Admin/Views/Admin/Groups.cshtml index 644a7de5..c444cba4 100644 --- a/src/admin/Bootstrap.Admin/Views/Admin/Groups.cshtml +++ b/src/admin/Bootstrap.Admin/Views/Admin/Groups.cshtml @@ -63,4 +63,9 @@ @section customModal { @await Html.PartialAsync("RoleConfig") @await Html.PartialAsync("UserConfig") -} \ No newline at end of file +} +@section cardbody { + +}