From f1a2e343b4e83429d6c2148e9a72fbbe25a8d1ad Mon Sep 17 00:00:00 2001 From: Sergey Karmanov Date: Thu, 2 Jan 2025 17:49:49 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B0=D0=BD=D0=B0=D0=BB=D0=B8=D1=82=D0=B8=D0=BA=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Components/Layout/MainLayout.razor | 10 ++++++++ .../Components/Layout/OtchislenieLayout.razor | 23 ++++++++++++++++--- 2 files changed, 30 insertions(+), 3 deletions(-) diff --git a/src/Otchinslator/Components/Layout/MainLayout.razor b/src/Otchinslator/Components/Layout/MainLayout.razor index 926db28..1f2527f 100644 --- a/src/Otchinslator/Components/Layout/MainLayout.razor +++ b/src/Otchinslator/Components/Layout/MainLayout.razor @@ -1,5 +1,15 @@ @inherits LayoutComponentBase + + + @Body \ No newline at end of file diff --git a/src/Otchinslator/Components/Layout/OtchislenieLayout.razor b/src/Otchinslator/Components/Layout/OtchislenieLayout.razor index 0340f39..6ae938a 100644 --- a/src/Otchinslator/Components/Layout/OtchislenieLayout.razor +++ b/src/Otchinslator/Components/Layout/OtchislenieLayout.razor @@ -2,10 +2,27 @@ @inherits LayoutComponentBase @attribute [Authorize] + +
+ + @Body -@Body - - +
\ No newline at end of file