#
luxiaotao1123
2024-08-17 fdd6020d22c6c9d54ce977f125e38b024e284159
src/pages/left/components/agv-charts.jsx
@@ -34,14 +34,14 @@
  return (
    <ScrollBoard
      config={{
        header: ['No', '地面码', '角度', '高度'],
        header: ['No', 'QRCode', 'Theta', 'Height'],
        data: apiData,
        headerBGC: '#00fff138',
        oddRowBGC: '#00000017',
        evenRowBGC: '#ededed13',
        headerHeight: 28,
        rowNum: 10,
        columnWidth: [60, 140, 80, 80],
        columnWidth: [60, 140, 100, 70],
      }}
      style={{ width: '100%', height: '400px', fontSize: '12px', marginBottom: '8px' }}
    />