mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-04 00:49:39 +08:00
b9a6b7b578
* demo: update demo * add form * clear * add Select * add * fix style * fix style * fix * revert
31 lines
603 B
Markdown
31 lines
603 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-right: 8px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
```
|