junggilpark 9 месяцев назад
Родитель
Сommit
c46b749196

+ 3 - 2
src/main/resources/static/css/main.css

@@ -3,7 +3,7 @@
 .mainWrap {
     overflow: auto;
     width: 100%;
-    /*height: calc(100% - 208px);*/
+    height: calc(100% - 208px);
     display: flex;
     -webkit-box-pack: center;
     justify-content: center;
@@ -516,6 +516,7 @@ body {
     .mainWrap {
         /*padding: 0;*/
         /*height: calc(100% - 149.19px);*/
+        height: auto;
         padding-bottom: 78px;
     }
 
@@ -689,7 +690,7 @@ body {
         max-width: 800px;
     }
     .mainWrap {
-        min-height: 756px;
+        /*min-height: 756px;*/
     }
     .mainWrap .bus-bg > div img {
         margin-left: 0.5rem;

+ 3 - 1
src/main/resources/static/css/notice.css

@@ -68,6 +68,7 @@
 .noticeWrap {
     width: 100%;
     /*height: calc(100% - 199.8px);*/
+    height: calc(100% - 218px);
     display: flex;
     justify-content: center;
     overflow: auto;
@@ -89,7 +90,7 @@
     position: relative;
     display: flex;
     flex-direction: column;
-    min-height: 748px;
+    /*min-height: 748px;*/
 }
 
 .noticeWrap .header {
@@ -484,6 +485,7 @@
     .noticeWrap {
         /*height: calc(100% - 149.19px);*/
         padding: 5px 0 78px 0;
+        height: auto;
     }
 
     .noticeWrap .header {

+ 1 - 1
src/main/resources/static/css/traffic.css

@@ -4,7 +4,7 @@ ul, li {
 .trafficWrap {
     overflow: auto;
     width: 100%;
-    height: calc(100% - 200px);
+    height: calc(100% - 208px);
     display: flex;
     -webkit-box-pack: center;
     justify-content: center;