diff --git a/pom.xml b/pom.xml
index b839ac1..8611f2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.fjy
spring
- V2.6.2
+ V2.6.4
jar
spring
diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css
index d47b051..749fafd 100644
--- a/src/main/resources/static/css/style.css
+++ b/src/main/resources/static/css/style.css
@@ -7,6 +7,9 @@
src: url('../fonts/element-icons.ttf'),
url('../fonts/element-icons.woff'); /* IE9 */
}
+*{padding:0;margin:0;}
+html{height:100%;}
+body{min-height:100%;}
.loginTitle{
text-align: center;
}
@@ -57,8 +60,9 @@ a{
.footer{
width:100%;
font-size:14px;
- position:fixed;
+ position:absolute;
bottom:20px;
+ left:0;
text-align: center;
}
diff --git a/src/main/resources/templates/home/about.html b/src/main/resources/templates/home/about.html
index 8fb4bb3..6dd96ec 100644
--- a/src/main/resources/templates/home/about.html
+++ b/src/main/resources/templates/home/about.html
@@ -42,7 +42,11 @@
查看更新日志
-
+