diff --git a/src/components/time.vue b/src/components/time.vue index f54fdc8..0b2cebc 100644 --- a/src/components/time.vue +++ b/src/components/time.vue @@ -43,7 +43,37 @@ export default { let enMonth = '' switch (month) { case 1: - enMonth = 'January' + enMonth = 'Jan.' + break + case 2: + enMonth = 'Feb.' + break + case 3: + enMonth = 'Mar.' + break + case 4: + enMonth = 'Apr.' + break + case 5: + enMonth = 'May' + break + case 6: + enMonth = 'Jun.' + break + case 7: + enMonth = 'Jul.' + break + case 8: + enMonth = 'Aug.' + break + case 9: + enMonth = 'Sep.' + break + case 10: + enMonth = 'Oct.' + break + case 11: + enMonth = 'Nov.' break case 12: enMonth = 'Dec.' diff --git a/src/pages/modules/vehicleinformation/vehiclestatus.vue b/src/pages/modules/vehicleinformation/vehiclestatus.vue index df04096..ccf19f1 100644 --- a/src/pages/modules/vehicleinformation/vehiclestatus.vue +++ b/src/pages/modules/vehicleinformation/vehiclestatus.vue @@ -165,7 +165,7 @@ export default { _fj() margin-bottom 40px .agv_item_label - width 190px + width 180px _fj() .agv_item_label_txt width calc(100% - 15px) @@ -181,7 +181,7 @@ export default { width 15px _font(36px, 56px, #B4C1D8, 500, right) .agv_item_val - width calc(100% - 190px) + width calc(100% - 180px) padding 0 20px _font(36px, 56px, #3CC1FF, 500, left) font-family: SourceHanSansCN-Medium; @@ -226,10 +226,40 @@ export default { .state_item_val_disabled background-image url(../../../images/new/state_btn_disable.png) .enClass + .agv_item_wrap + &:nth-child(1), &:nth-child(5) + width 25% + .agv_item_label + width 215px + .agv_item_val + width calc(100% - 215px) + &:nth-child(2), &:nth-child(6) + width 22% + .agv_item_label + width 170px + .agv_item_val + width calc(100% - 170px) + &:nth-child(3), &:nth-child(7) + width 24.5% + .agv_item_label + width 200px + .agv_item_val + width calc(100% - 200px) + &:nth-child(4), &:nth-child(8) + width 28% + .agv_item_label + width 280px + .agv_item_val + width calc(100% - 280px) + .agv_item_label + width 180px .agv_item_label_txt - font-size 24px + font-size 23px line-height 28px - white-space wrap + // white-space wrap + .agv_item_val + width calc(100% - 180px) + font-size 29px .agv_item_label_m font-size 24px line-height 28px