From 20e30bcc31223e67c2ef83af69d9a3bb322aba6f Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期一, 22 八月 2022 14:29:02 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/css/console.css |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index 308d715..460db04 100644
--- a/src/main/webapp/static/css/console.css
+++ b/src/main/webapp/static/css/console.css
@@ -5,26 +5,33 @@
 html,body {
 	height: 100%;
 }
-#root {
+.root {
 	width: 100%;
 	height: 100%;
 	background-color: rgb(108,167,168);
 }
-.head {
+
+.header {
 	height: 10%;
 	width: 20%;
 	padding-top: 1%;
 	padding-left: 1%;
 	color: #FFFFFF;
 }
-.head h1 {
+.header h1 {
 	font-weight: 400;
 	letter-spacing:3px;
 }
-.head h6 {
+.header h6 {
 	font-weight: 400;
 }
-#body {
+
+.main {
+	overflow-y: scroll;
+}
+
+
+.footer {
 	width: 100%;
 	height: 23%	;
 	position: absolute;
@@ -510,4 +517,4 @@
 	display: inline-block;
 	width: auto;
 
-}
\ No newline at end of file
+}

--
Gitblit v1.9.1