From 26c5192471a6cebe28fd14f375732debe5662fdd Mon Sep 17 00:00:00 2001 From: Argo-AsicoTech Date: Mon, 9 Dec 2024 18:38:36 +0800 Subject: [PATCH 1/2] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=96=B0=20layout-rig?= =?UTF-8?q?ht=20=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Components/Layout/Layout.razor.scss | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/BootstrapBlazor/Components/Layout/Layout.razor.scss b/src/BootstrapBlazor/Components/Layout/Layout.razor.scss index 142b1e6e09f..d18bd5d4b76 100644 --- a/src/BootstrapBlazor/Components/Layout/Layout.razor.scss +++ b/src/BootstrapBlazor/Components/Layout/Layout.razor.scss @@ -243,6 +243,14 @@ } } } + + .layout-right { + display: flex; + flex-flow: column; + flex: 1 1 auto; + width: 1%; + min-width: 0; + } } .has-sidebar { @@ -264,14 +272,6 @@ } } - .layout-right { - display: flex; - flex-flow: column; - flex: 1 1 auto; - width: 1%; - min-width: 0; - } - &.has-sidebar { .layout-side { &.is-fixed-header { From f5d94188567efc1f9636afba3926fede9d056903 Mon Sep 17 00:00:00 2001 From: Argo-AsicoTech Date: Mon, 9 Dec 2024 18:39:52 +0800 Subject: [PATCH 2/2] chore: bump version 9.1.2 --- src/BootstrapBlazor/BootstrapBlazor.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BootstrapBlazor/BootstrapBlazor.csproj b/src/BootstrapBlazor/BootstrapBlazor.csproj index f0ce0af17eb..0b15ff36cb7 100644 --- a/src/BootstrapBlazor/BootstrapBlazor.csproj +++ b/src/BootstrapBlazor/BootstrapBlazor.csproj @@ -1,7 +1,7 @@  - 9.1.1 + 9.1.2