Commit 5a6550d705ed96862780de8a2f7aa80b5c3f6629

Authored by 潘钊
1 parent 1655a388

update...

src/main/resources/static/real_control_v2/css/line_schedule.css
... ... @@ -17,12 +17,12 @@
17 17 }
18 18  
19 19 .line_schedule .footer-chart {
20   - height: 243px;
  20 + height: 233px;
21 21 margin-top: 5px;
22 22 }
23 23  
24 24 .line_schedule .uk-grid.top-container {
25   - height: calc(100% - 260px);
  25 + height: calc(100% - 250px);
26 26 margin-top: 5px;
27 27 overflow: hidden;
28 28 }
... ... @@ -127,7 +127,7 @@
127 127 }
128 128  
129 129 .schedule-body {
130   - height: calc(100% - 37px);
  130 + height: calc(100% - 31px);
131 131 background: #fff;
132 132 }
133 133  
... ...
src/main/resources/static/real_control_v2/css/north.css
... ... @@ -2,6 +2,7 @@
2 2 /*height: 120px;*/
3 3 position: relative;
4 4 transition: all .3s ease;
  5 + padding-bottom: 0;
5 6 }
6 7  
7 8 .north.main {
... ...