import React from 'react'; import { Flex, Progress } from 'antd'; const Demo = () => ( '加载中'} style={{ width: 320 }} /> ); export default Demo;