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>
31 lines
608 B
Markdown
31 lines
608 B
Markdown
## zh-CN
|
|
|
|
需要快速预览对象概要时使用,点击遮罩区关闭。
|
|
|
|
## en-US
|
|
|
|
Use Drawer to quickly preview details of an object, such as those in a list.
|
|
|
|
```css
|
|
.site-description-item-profile-wrapper {
|
|
margin-bottom: 7px;
|
|
color: rgba(0, 0, 0, 0.65);
|
|
font-size: 14px;
|
|
line-height: 1.5715;
|
|
}
|
|
|
|
.ant-drawer-body p.site-description-item-profile-p {
|
|
display: block;
|
|
margin-bottom: 16px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 16px;
|
|
line-height: 1.5715;
|
|
}
|
|
|
|
.site-description-item-profile-p-label {
|
|
display: inline-block;
|
|
margin-inline-end: 8px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
```
|