ant-design/components/drawer/demo/form-in-drawer.md
lijianan 2e4b9cb098
site: rewrite with CSS logical properties again (#50113)
* site: use CSS logical properties

* Update components/anchor/demo/targetOffset.tsx

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: lijianan <574980606@qq.com>

* fix: fix

* fix: fix

* chore: fix

* fix: add more

* fix: add more

* site: rewrite with CSS logical properties

---------

Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
2024-07-29 01:33:18 +08:00

21 lines
306 B
Markdown

## zh-CN
在抽屉中使用表单。
## en-US
Use a form in Drawer with a submit button.
```css
.site-form-in-drawer-wrapper {
position: absolute;
inset-inline-end: 0;
bottom: 0;
width: 100%;
padding: 10px 16px;
text-align: right;
background: #fff;
border-top: 1px solid #e9e9e9;
}
```