Commit a31cf2fc04809afe69836aea93646011dc7a1be3

Authored by 王通
1 parent eb331a95

青浦线调页面列宽调整

src/main/resources/static/real_control_v2/css/line_schedule.css
@@ -80,7 +80,7 @@ @@ -80,7 +80,7 @@
80 } 80 }
81 81
82 .line-schedule-table dl dt:nth-of-type(1), .line-schedule-table dl dd:nth-of-type(1) { 82 .line-schedule-table dl dt:nth-of-type(1), .line-schedule-table dl dd:nth-of-type(1) {
83 - width: 50px; 83 + width: 30px;
84 } 84 }
85 85
86 .line-schedule-table dl dd:nth-of-type(1) { 86 .line-schedule-table dl dd:nth-of-type(1) {
@@ -92,12 +92,12 @@ @@ -92,12 +92,12 @@
92 } 92 }
93 93
94 .line-schedule-table dl dt:nth-of-type(2), .line-schedule-table dl dd:nth-of-type(2) { 94 .line-schedule-table dl dt:nth-of-type(2), .line-schedule-table dl dd:nth-of-type(2) {
95 - width: 55px; 95 + width: 35px;
96 text-align: center; 96 text-align: center;
97 } 97 }
98 98
99 .line-schedule-table dl dt:nth-of-type(3), .line-schedule-table dl dd:nth-of-type(3) { 99 .line-schedule-table dl dt:nth-of-type(3), .line-schedule-table dl dd:nth-of-type(3) {
100 - width: calc(2% + 66px); 100 + width: calc(2% + 106px);
101 position: relative; 101 position: relative;
102 } 102 }
103 .line-schedule-table dl dd:nth-of-type(3)>i{ 103 .line-schedule-table dl dd:nth-of-type(3)>i{