| | |
| | | '& .column-name': { |
| | | }, |
| | | '& .opt': { |
| | | width: 200 |
| | | width: 180 |
| | | }, |
| | | '& .RaDatagrid-headerCell': { |
| | | textAlign: 'left' |
| | | }, |
| | | '& .RaDatagrid-rowCell': { |
| | | textAlign: 'left' |
| | | }, |
| | | // '& .RaDatagrid-headerCell': { |
| | | // textAlign: 'left' |
| | | // }, |
| | | // '& .RaDatagrid-rowCell': { |
| | | // textAlign: 'left' |
| | | // }, |
| | | '& .type .MuiTypography-root': { |
| | | whiteSpace: 'nowrap', |
| | | overflow: 'hidden', |
| | | textOverflow: 'ellipsis', |
| | | display: 'block', |
| | | width: '200px', |
| | | width: 'auto', |
| | | }, |
| | | })); |
| | | |
| | |
| | | <NumberField source="row" label="table.field.loc.row" /> |
| | | <NumberField source="col" label="table.field.loc.col" /> |
| | | <NumberField source="lev" label="table.field.loc.lev" /> |
| | | <NumberField source="channel" label="table.field.loc.channel" /> |
| | | {/* <NumberField source="channel" label="table.field.loc.channel" /> |
| | | <NumberField source="maxParts" label="table.field.loc.maxParts" /> |
| | | <NumberField source="maxPack" label="table.field.loc.maxPack" /> |