ant-design/components/calendar/demo/card.md

22 lines
340 B
Markdown
Raw Normal View History

## zh-CN
2015-11-13 18:20:22 +08:00
用于嵌套在空间有限的容器中。
2015-11-11 00:15:12 +08:00
## en-US
Nested inside a container element for rendering in limited space.
2019-12-24 20:58:42 +08:00
```css
.site-calendar-demo-card {
width: 300px;
border: 1px solid #f0f0f0;
border-radius: 8px;
2019-12-24 20:58:42 +08:00
}
```
<style>
[data-theme="dark"] .site-calendar-demo-card {
border: 1px solid #303030;
}
</style>