From fb49d646ef4d3236452fd2b0e1e3145fe6589d30 Mon Sep 17 00:00:00 2001
From: Argo Zhang
Date: Wed, 11 Mar 2020 13:47:38 +0800
Subject: [PATCH] =?UTF-8?q?refactor:=20Client=20=E5=89=8D=E5=8F=B0=20LTE?=
=?UTF-8?q?=20=E6=A0=B7=E5=BC=8F=E5=BE=AE=E8=B0=83=E6=BB=9A=E5=8A=A8?=
=?UTF-8?q?=E6=9D=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/client/Bootstrap.Client/Views/Home/Index.cshtml | 2 +-
.../Bootstrap.Client/Views/Shared/_Layout.cshtml | 2 +-
src/client/Bootstrap.Client/wwwroot/css/lte.css | 12 ++++++++++++
3 files changed, 14 insertions(+), 2 deletions(-)
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;
}