#
luxiaotao1123
2024-06-06 a41b9ff62e7a809b8ec1c4b000720a1c3a7448a2
src/pages/left/components/agv-charts.jsx
@@ -40,10 +40,10 @@
        oddRowBGC: '#00000017',
        evenRowBGC: '#ededed13',
        headerHeight: 28,
        rowNum: 8,
        rowNum: 10,
        columnWidth: [80, 100, 90, 80],
      }}
      style={{ width: '100%', height: '280px', fontSize: '12px', marginBottom: '8px' }}
      style={{ width: '100%', height: '400px', fontSize: '12px', marginBottom: '8px' }}
    />
  );
};