This commit is contained in:
Yang Luo 2020-08-17 17:10:35 +08:00
Родитель 209addb2a7
Коммит 86977846d0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -420,7 +420,7 @@ class ImpressionPage extends React.Component {
}} }}
rowClassName={(record, index) => { rowClassName={(record, index) => {
return (record.guess === 1) ? 'bot-row' : '' return (record.guess === 1) ? 'bot-row' : ''
}}/> }}
/> />
<Row type="flex" justify="end" style={{marginRight: 20}}> <Row type="flex" justify="end" style={{marginRight: 20}}>
<Col> <Col>