Commit dbba9b8e99114983ecc47bd5cf8a62c1394f69f8
1 parent
060577bf
1.线调班次列表 空间调整
Showing
1 changed file
with
8 additions
and
8 deletions
src/main/resources/static/real_control_v2/css/line_schedule.css
| ... | ... | @@ -80,7 +80,7 @@ |
| 80 | 80 | } |
| 81 | 81 | |
| 82 | 82 | .line-schedule-table dl dt:nth-of-type(1), .line-schedule-table dl dd:nth-of-type(1) { |
| 83 | - width: 50px; | |
| 83 | + width: 40px; | |
| 84 | 84 | } |
| 85 | 85 | |
| 86 | 86 | .line-schedule-table dl dd:nth-of-type(1) { |
| ... | ... | @@ -92,7 +92,7 @@ |
| 92 | 92 | } |
| 93 | 93 | |
| 94 | 94 | .line-schedule-table dl dt:nth-of-type(2), .line-schedule-table dl dd:nth-of-type(2) { |
| 95 | - width: 55px; | |
| 95 | + width: 45px; | |
| 96 | 96 | text-align: center; |
| 97 | 97 | } |
| 98 | 98 | |
| ... | ... | @@ -109,29 +109,29 @@ |
| 109 | 109 | } |
| 110 | 110 | |
| 111 | 111 | .line-schedule-table dl dt:nth-of-type(4), .line-schedule-table dl dd:nth-of-type(4) { |
| 112 | - width: 10%; | |
| 112 | + width: 60px; | |
| 113 | 113 | /*color: #676767;*/ |
| 114 | 114 | } |
| 115 | 115 | |
| 116 | 116 | .line-schedule-table dl dt:nth-of-type(5), .line-schedule-table dl dd:nth-of-type(5) { |
| 117 | - width: 10%; | |
| 117 | + width: 120px; | |
| 118 | 118 | } |
| 119 | 119 | |
| 120 | 120 | .line-schedule-table dl dt:nth-of-type(6), .line-schedule-table dl dd:nth-of-type(6) { |
| 121 | - width: calc(12% + 18px); | |
| 121 | + width: 90px; | |
| 122 | 122 | /*color: #676767;*/ |
| 123 | 123 | } |
| 124 | 124 | |
| 125 | 125 | .line-schedule-table dl dt:nth-of-type(7), .line-schedule-table dl dd:nth-of-type(7) { |
| 126 | - width: calc(10% + 10px); | |
| 126 | + width: 90px; | |
| 127 | 127 | } |
| 128 | 128 | |
| 129 | 129 | .line-schedule-table dl dt:nth-of-type(8), .line-schedule-table dl dd:nth-of-type(8) { |
| 130 | - width: calc(51% - 233px); | |
| 130 | + width: 120px; | |
| 131 | 131 | } |
| 132 | 132 | |
| 133 | 133 | .line-schedule-table dl dt:nth-of-type(9), .line-schedule-table dl dd:nth-of-type(9) { |
| 134 | - width: 65px; | |
| 134 | + width: calc(93% - 600px); | |
| 135 | 135 | border-right: 0; |
| 136 | 136 | } |
| 137 | 137 | ... | ... |