Commit 0c9c15c3 authored by ni1o1's avatar ni1o1
Browse files

nikebus移动端适配

1.为nikebus的echarts左右定义像素距离,确保在各移动端文字能够显示完整
2.车牌字体颜色显示不对,指定车牌字体颜色为黑色,试试看能不能解决问题
parent 47cae3e9
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -80,8 +80,8 @@ export default {
      grid: [{
        top: '10%',
        bottom: '0%',
        left: '0%',
        right: '10%',
        left: '26px',
        right: '14px',
      }],
      yAxis: [{
        inverse: true,
@@ -132,6 +132,7 @@ export default {
        label: {
          fontSize: 11,
          show: true,
          color: '#000',
          fontWeight: 'bold',
          position: 'right',
          distance: -5,