mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 21:18:01 +08:00
9bc006c125
* demo: remove emotion * Apply suggestions from code review Signed-off-by: MadCcc <1075746765@qq.com> --------- Signed-off-by: MadCcc <1075746765@qq.com> Co-authored-by: MadCcc <1075746765@qq.com>
14 lines
347 B
Markdown
14 lines
347 B
Markdown
## zh-CN
|
|
|
|
使用 `itemRender` ,我们可以集成 [dnd-kit](https://github.com/clauderic/dnd-kit) 来实现对上传列表拖拽排序。
|
|
|
|
## en-US
|
|
|
|
By using `itemRender`, we can integrate upload with [dnd-kit](https://github.com/clauderic/dnd-kit) to implement drag sorting of uploadList.
|
|
|
|
```css
|
|
.is-dragging a {
|
|
pointer-events: none;
|
|
}
|
|
```
|