mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-15 09:21:22 +08:00
14 lines
162 B
Markdown
14 lines
162 B
Markdown
|
## zh-CN
|
||
|
|
||
|
在列表组件中使用加载占位符。
|
||
|
|
||
|
## en-US
|
||
|
|
||
|
Use skeleton in list component.
|
||
|
|
||
|
<style>
|
||
|
.skeleton-demo {
|
||
|
border: 1px solid #f4f4f4;
|
||
|
}
|
||
|
</style>
|