From e8fc07b77c5a1a2d573f1b76d18d713f9e827827 Mon Sep 17 00:00:00 2001 From: bicijinlian Date: Wed, 26 Jul 2023 01:03:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wwwroot/Index.html | 74 +++++++++++++++++-- .../wwwroot/css/app.css | 3 +- 2 files changed, 68 insertions(+), 9 deletions(-) diff --git a/BlazorStudy.BootstrapLatest/wwwroot/Index.html b/BlazorStudy.BootstrapLatest/wwwroot/Index.html index c4f39c8..4486102 100644 --- a/BlazorStudy.BootstrapLatest/wwwroot/Index.html +++ b/BlazorStudy.BootstrapLatest/wwwroot/Index.html @@ -32,14 +32,72 @@
-
-
    -
  • 活动项
  • -
  • 第2项
  • -
  • 第3项
  • -
  • 第4项
  • -
  • 第5项
  • -
+
diff --git a/BlazorStudy.BootstrapLatest/wwwroot/css/app.css b/BlazorStudy.BootstrapLatest/wwwroot/css/app.css index 1ab8083..708ed22 100644 --- a/BlazorStudy.BootstrapLatest/wwwroot/css/app.css +++ b/BlazorStudy.BootstrapLatest/wwwroot/css/app.css @@ -1,5 +1,6 @@ .left-menu { - min-width:200px; + min-width:300px; + width: 300px; } .content-card { min-height:300px;