ant-design/components/dropdown/demo/arrow.md

20 lines
296 B
Markdown
Raw Normal View History

## zh-CN
可以展示一个箭头。
## en-US
You could display an arrow.
```css
#components-dropdown-demo-arrow .ant-btn {
margin-right: 8px;
margin-bottom: 8px;
}
.ant-row-rtl #components-dropdown-demo-arrow .ant-btn {
margin-right: 0;
margin-bottom: 8px;
margin-left: 8px;
}
```