mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-02 15:59:38 +08:00
76241f5d0b
* 做重复了 * Revert "做重复了" This reverts commit 79c59e79ea66c6592df9dca0e41e10399044ec7a. * site(theme): demo block supports no inner margin configuration ref: https://d.umijs.org/guide/write-demo#%E4%B8%8D%E9%9C%80%E8%A6%81%E5%86%85%E8%BE%B9%E8%B7%9D * docs(tabs): update demo styles * chore: update style * test: update snapshot * Revert "site(theme): demo block supports no inner margin configuration" This reverts commitee2ff25796
. * chore: update * Revert "chore: update" This reverts commitbbe449cb3f
. * Revert "Revert "site(theme): demo block supports no inner margin configuration"" This reverts commit5eac19e7f2
. * chore: convert to debug demo * chore: use emotion * test: update snapshot
14 lines
163 B
Markdown
14 lines
163 B
Markdown
## zh-CN
|
|
|
|
使用 `react-dnd@15+` 实现标签可拖拽。
|
|
|
|
## en-US
|
|
|
|
Use `react-dnd@15+` to make tabs draggable.
|
|
|
|
```css
|
|
.dropping {
|
|
transition: all 0.3s;
|
|
}
|
|
```
|