|
|
@@ -121,8 +121,7 @@ class ChartList extends React.Component {
|
|
|
dispatch({ type: 'chartDesigner/reset' });
|
|
|
dispatch({ type: 'main/redirect', path: '/chart/' + l.code });
|
|
|
}}>
|
|
|
- {/* <img alt='' style={{ height: '100px', marginTop: '10%' }} src='https://test-feapp.oss-cn-beijing.aliyuncs.com/feapp/master_a_20180711/images/chart/empty_column_chart.svg'></img> */}
|
|
|
- <Thumbnail />
|
|
|
+ <Thumbnail code={l.code} />
|
|
|
</Row>
|
|
|
<Row className='desc'>
|
|
|
<Ellipsis tooltip={l.description.length > 16} lines={2}>{
|