Commit 40cea76bdbef7536f74301fb342dbea8300804c6
1 parent
3f0eefe9
1.rfid图例样式修正
Showing
1 changed file
with
3 additions
and
3 deletions
src/main/resources/static/real_control_v2/fragments/line_schedule/layout.html
| @@ -45,9 +45,9 @@ | @@ -45,9 +45,9 @@ | ||
| 45 | 图例(RFID) | 45 | 图例(RFID) |
| 46 | </div> | 46 | </div> |
| 47 | <div style="display: inline-block;width: calc(100% - 90px)"> | 47 | <div style="display: inline-block;width: calc(100% - 90px)"> |
| 48 | - <span class="tl-green" style="color: black">有车人卡</span> | ||
| 49 | - <span class="tl-yellow" style="color: black">有车卡</span> | ||
| 50 | - <span class="tl-grey" style="color: black">无车人卡</span> | 48 | + <span class="tl-green-green" style="color: black">有车人卡</span> |
| 49 | + <span class="tl-yellow-yellow" style="color: black">有车卡</span> | ||
| 50 | + <span class="tl-grey-grey" style="color: black">无车人卡</span> | ||
| 51 | </div> | 51 | </div> |
| 52 | </div> | 52 | </div> |
| 53 | </script> | 53 | </script> |