export default {
  /**
   * 是否显示空状态
   * */
  show: false,
  /**
   * 空状态图片
   * */
  imageUrl: "https://pic.imgdb.cn/item/6737057ad29ded1a8c6f843b.webp",
  /**
   * 图片大小
   * */
  imageSize: null,
  /**
   * 提示信息
   * */
  description: "暂无数据",
  /**
   * 图片top高度
   * */
  imgTop: 0
};
