From eed5c597732d2941409f13e1fedc7c19bf0a64b4 Mon Sep 17 00:00:00 2001 From: "HDM58\\hdm58" Date: Thu, 7 Mar 2024 09:44:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E5=8D=95=E5=B1=95=E5=BC=80=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E4=B8=8B=EF=BC=8C=E5=8F=B3=E4=BE=A7=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=89=93=E5=BC=80=E6=BB=9A=E5=8A=A8=E5=B1=95=E7=8E=B0=E4=B8=8D?= =?UTF-8?q?=E5=AE=8C=E6=95=B4=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/home/view/dataauth/contract_admin.html | 4 ++-- app/home/view/dataauth/customer_admin.html | 4 ++-- app/home/view/dataauth/finance_admin.html | 4 ++-- app/home/view/dataauth/project_admin.html | 4 ++-- app/home/view/role/add.html | 2 +- public/static/assets/gougu/css/layout.css | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/home/view/dataauth/contract_admin.html b/app/home/view/dataauth/contract_admin.html index 2a07ad5..f1a5d2c 100644 --- a/app/home/view/dataauth/contract_admin.html +++ b/app/home/view/dataauth/contract_admin.html @@ -2,7 +2,7 @@ {block name="body"}
-

权限配置

+

权限配置

@@ -37,7 +37,7 @@
-
+
diff --git a/app/home/view/dataauth/customer_admin.html b/app/home/view/dataauth/customer_admin.html index 9a3ba56..e351a8b 100644 --- a/app/home/view/dataauth/customer_admin.html +++ b/app/home/view/dataauth/customer_admin.html @@ -2,7 +2,7 @@ {block name="body"} -

权限配置

+

权限配置

@@ -48,7 +48,7 @@
-
+
diff --git a/app/home/view/dataauth/finance_admin.html b/app/home/view/dataauth/finance_admin.html index 17a218f..89980b8 100644 --- a/app/home/view/dataauth/finance_admin.html +++ b/app/home/view/dataauth/finance_admin.html @@ -2,7 +2,7 @@ {block name="body"} -

权限配置

+

权限配置

@@ -41,7 +41,7 @@
-
+
diff --git a/app/home/view/dataauth/project_admin.html b/app/home/view/dataauth/project_admin.html index c3113e5..76faa7c 100644 --- a/app/home/view/dataauth/project_admin.html +++ b/app/home/view/dataauth/project_admin.html @@ -2,7 +2,7 @@ {block name="body"} -

权限配置

+

权限配置

@@ -34,7 +34,7 @@
-
+
diff --git a/app/home/view/role/add.html b/app/home/view/role/add.html index 39a26d6..850e468 100644 --- a/app/home/view/role/add.html +++ b/app/home/view/role/add.html @@ -99,7 +99,7 @@ -
+
diff --git a/public/static/assets/gougu/css/layout.css b/public/static/assets/gougu/css/layout.css index 043ce84..06a631b 100644 --- a/public/static/assets/gougu/css/layout.css +++ b/public/static/assets/gougu/css/layout.css @@ -138,7 +138,7 @@ body{color:#323232} .gg-layout .layui-logo, .gg-layout .layui-side {transition: all .3s;-webkit-transition: all .3s} -.gg-layout .layui-body {top: 90px;bottom: 0;position: fixed;} +.gg-layout .layui-body {top: 90px;bottom: 0; height:calc(100% - 90px); position: fixed;} .gg-layout .gg-tab-page {position: absolute; top: 0; bottom: 0;left: 0; right: 0; display: none; overflow: hidden;} .gg-layout .layui-footer {padding: 10px 0;text-align: center; box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, .05)} .gg-body-shade {position: fixed; display: none;left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0, 0, 0, .3); z-index: 1000}