#
luxiaotao1123
2024-05-14 5a51d49437976e2fbb26e33231c00531fa3f8bff
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' }}
    />
  );
};