mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
update transfer demo
This commit is contained in:
parent
f31e4b6186
commit
cc2b65c815
@ -41,8 +41,8 @@ const App = React.createClass({
|
||||
},
|
||||
renderItem(item) {
|
||||
const customLabel = (
|
||||
<div className="custom-item" style={{ color: '#5FBC29' }}>
|
||||
<Icon type="apple" /> {item.title} - {item.description} <Icon type="android" />
|
||||
<div className="custom-item">
|
||||
{item.title} - {item.description} <Icon type="android" />
|
||||
</div>
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user