You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
340 B

## zh-CN
9 years ago
用于嵌套在空间有限的容器中。
## en-US
Nested inside a container element for rendering in limited space.
5 years ago
```css
.site-calendar-demo-card {
width: 300px;
border: 1px solid #f0f0f0;
border-radius: 8px;
5 years ago
}
```
<style>
[data-theme="dark"] .site-calendar-demo-card {
border: 1px solid #303030;
}
</style>