mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-18 19:39:51 +08:00
2e4b9cb098
* 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>
21 lines
306 B
Markdown
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;
|
|
}
|
|
```
|