diff --git a/src/client/Bootstrap.Client/Views/Home/Index.cshtml b/src/client/Bootstrap.Client/Views/Home/Index.cshtml
index 3fc2bb60..e2f16158 100644
--- a/src/client/Bootstrap.Client/Views/Home/Index.cshtml
+++ b/src/client/Bootstrap.Client/Views/Home/Index.cshtml
@@ -37,5 +37,5 @@
-全新 Blazor 框架通用后台权限管理正在开发中 (字典表维护、个人中心) 预览地址
+全新 Blazor 框架通用后台权限管理 多 Tabs 模式预览地址
diff --git a/src/client/Bootstrap.Client/Views/Shared/_Layout.cshtml b/src/client/Bootstrap.Client/Views/Shared/_Layout.cshtml
index 3557d7bb..963099a2 100644
--- a/src/client/Bootstrap.Client/Views/Shared/_Layout.cshtml
+++ b/src/client/Bootstrap.Client/Views/Shared/_Layout.cshtml
@@ -43,7 +43,7 @@
}
@await Html.PartialAsync("Header")
@await Html.PartialAsync("Navigator")
-
+
- 首页
diff --git a/src/client/Bootstrap.Client/wwwroot/css/lte.css b/src/client/Bootstrap.Client/wwwroot/css/lte.css
index 73042d19..00db9526 100644
--- a/src/client/Bootstrap.Client/wwwroot/css/lte.css
+++ b/src/client/Bootstrap.Client/wwwroot/css/lte.css
@@ -1,3 +1,15 @@
+.main-content {
+ position: absolute;
+ overflow: auto;
+ padding: 15px 15px 0 15px;
+ margin-left: 0;
+ left: 0;
+ bottom: 40px;
+ right: 0;
+ top: 89px;
+ transition: margin-left .3s ease-in-out;
+}
+
#nprogress .spinner {
display: none;
}