ant-design/components/tabs/demo/custom-tab-bar-node.md

15 lines
317 B
Markdown
Raw Normal View History

## zh-CN
使用 [dnd-kit](https://github.com/clauderic/dnd-kit) 实现标签可拖拽。
## en-US
Use [dnd-kit](https://github.com/clauderic/dnd-kit) to make tabs draggable.
```css
/* set transition to none when type="editable-card" */
.ant-tabs-editable > .ant-tabs-nav .ant-tabs-tab {
transition: none;
}
```