From 8745b76acfd45eadd720d7ce6d87c77e6e0682b9 Mon Sep 17 00:00:00 2001
From: mrzhssss <pro6@qq.com>
Date: 星期二, 06 九月 2022 12:46:35 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/zypms' into zypms

---
 src/main/webapp/static/css/style.css |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/static/css/style.css b/src/main/webapp/static/css/style.css
index e77a081..44bea9b 100644
--- a/src/main/webapp/static/css/style.css
+++ b/src/main/webapp/static/css/style.css
@@ -1,16 +1,18 @@
 *{
     margin: 0;
-    overflow: hidden;
+    /*overflow: hidden;*/
 }
 html,body{
     height: 100%;
 }
 /* 鐢诲竷 */
 #root {
-    height: 100%;
+    /*height: 100%;*/
+	min-height:100%;
     width: 100%;
+	margin: 0;
 	background-color: /* #2C3E50 */ #2e4e7e;
-	position: absolute;
+	position: relative;
 }
 #top-tab {
     width: 100%;
@@ -153,7 +155,7 @@
 }
 
 #details {
-	position: relative;
+	position: absolute;
 }
 #details .head {
 	width: 100%;

--
Gitblit v1.9.1