From 9f024dc848670f41cc96114b0954faf0645bacf0 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 12 九月 2022 16:13:51 +0800
Subject: [PATCH] #
---
src/main/webapp/static/css/style3.css | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/static/css/style3.css b/src/main/webapp/static/css/style3.css
index 5e3ca21..d8a8dae 100644
--- a/src/main/webapp/static/css/style3.css
+++ b/src/main/webapp/static/css/style3.css
@@ -8,13 +8,14 @@
}
body{
background-color: #2e4e7e;
- height: 1080px;
+ height: 500px;
width: 100%;
}
/* 鐢诲竷 */
#root {
/*height: 100%;*/
width: 100%;
+ height: 500px;
/*margin: 0;*/
/*background-color: !* #2C3E50 *! #2e4e7e;*/
position: relative;
@@ -78,7 +79,7 @@
color: #d9d9d9;
margin-left: 1%;
margin-right: 1%;
- margin-bottom: 10%;
+ /*margin-bottom: 10%;*/
/*min-height: 1080px;*/
/*height: auto !important;*/
/*height: 1080px;*/
--
Gitblit v1.9.1