import React from 'react'; import emptyIcon from './emptyIcon.png'; import s from './index.less'; export default function (style, text) { if (typeof style === 'string') { style = null; } return (

{text || '暂无数据'}

) };