mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-12 23:35:38 +08:00
b9a6b7b578
* demo: update demo * add form * clear * add Select * add * fix style * fix style * fix * revert
21 lines
299 B
Markdown
21 lines
299 B
Markdown
## zh-CN
|
|
|
|
在抽屉中使用表单。
|
|
|
|
## en-US
|
|
|
|
Use a form in Drawer with a submit button.
|
|
|
|
```css
|
|
.site-form-in-drawer-wrapper {
|
|
position: absolute;
|
|
right: 0px;
|
|
bottom: 0px;
|
|
width: 100%;
|
|
padding: 10px 16px;
|
|
text-align: right;
|
|
background: #fff;
|
|
border-top: 1px solid #e9e9e9;
|
|
}
|
|
```
|