ant-design/components/transfer/demo/tree-transfer.md

15 lines
215 B
Markdown
Raw Normal View History

## zh-CN
使用 Tree 组件作为自定义渲染列表。
## en-US
Customize the render list with a Tree component.
<style>
.tree-transfer .ant-transfer-list:first-child {
flex: none;
width: 50%;
}
</style>