import './card-proj-loading.css'; import {Loading3QuartersOutlined} from '@ant-design/icons'; import {IProjLoading} from "../../interfaces/card/ICardProj.ts"; export default function CardProjLoading(props:IProjLoading) { return (
{props.title}
资料正在排队,预计等待600s
) }