/** * title: "图片内容骨架屏" * description: "通过设置count属性设置骨架屏的行数" */ import React from 'react'; import { Skeleton, Card, Icon } from '@alicloud/console-components'; const commonProps = { extra: , showHeadDivider: false, title: '卡片', style: { width: '510px' }, }; export default () => { return (