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}