## zh-CN | |
一个复杂的应用示例,用 `dateCellRender` 和 `monthCellRender` 函数来自定义需要渲染的数据。 | |
## en-US | |
This component can be rendered by using `dateCellRender` and `monthCellRender` with the data you need. | |
```css | |
.events { | |
margin: 0; | |
padding: 0; | |
list-style: none; | |
} | |
.events .ant-badge-status { | |
width: 100%; | |
overflow: hidden; | |
font-size: 12px; | |
white-space: nowrap; | |
text-overflow: ellipsis; | |
} | |
.notes-month { | |
font-size: 28px; | |
text-align: center; | |
} | |
.notes-month section { | |
font-size: 28px; | |
} | |
``` | |