#
luxiaotao1123
2024-08-14 a561c91ea99f11f2720e13dbe25b2eb32770bf8e
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' }}
    />
  );
};