import React from 'react';
import { List, Row, Icon, Button } from '@btri-ui/base';
import './index.less';
export default () => {
const data = [
{ title: '列表标题', label: '内容列表内容列表内容列表内容', key: 'a1' },
];
return (
<>
(
操作
,
,
]}
>
}
title={item.title}
description={item.label}
/>
)}
/>
(
}
>,
,
]}
>
}
title={item.title}
description={item.label}
/>
)}
/>
>
);
};