You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
396 B

import "antd/es/spin/style";
import _Spin from "antd/es/spin";
import React from 'react';
var PageLoading = function PageLoading(_ref) {
var tip = _ref.tip;
return /*#__PURE__*/React.createElement("div", {
style: {
paddingTop: 100,
textAlign: 'center'
}
}, /*#__PURE__*/React.createElement(_Spin, {
size: "large",
tip: tip
}));
};
export default PageLoading;